8000 Comparing v1.1.0...v1.2.0 · jakecoffman/crud · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jakecoffman/crud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: jakecoffman/crud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    ac639bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a2539 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. moved validateBody to a generic object validator

    also a lot of cleanup and clearer testing
    jakecoffman committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1f4b392 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update bug_report.md

    jakecoffman authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a90856a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. fix #7 by passing settings down through obj/arr

    Due to the previous refactor, settings no longer are "global" so I needed a new way to propagate to children.
    jakecoffman committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7022a86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb30301 View commit details
    Browse the repository at this point in the history
  3. fix #8 body is always required when set

    It's confusing and error-prone if the handler gets called when the body is nil.
    jakecoffman committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    c0d097c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    290612e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    00d15b8 View commit details
    Browse the repository at this point in the history
Loading
0