| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-01-26 | 946 Bytes | |
| v1.1.0 source code.tar.gz | 2023-01-26 | 124.2 kB | |
| v1.1.0 source code.zip | 2023-01-26 | 187.3 kB | |
| Totals: 3 Items | 312.5 kB | 0 | |
What's Changed
- removed pop logger setting that is not required to do by buffalo by @sio4 in https://github.com/gobuffalo/buffalo/pull/2346
- added assert middleware to assert handler's behavior. (fix [#2339]) by @sio4 in https://github.com/gobuffalo/buffalo/pull/2345
- made panic event to use the same standard payload type by @sio4 in https://github.com/gobuffalo/buffalo/pull/2352
- For nulls.Time, decode empty value as NULL by @travisturner in https://github.com/gobuffalo/buffalo/pull/2359
- enabled stack trace when the original error support it (in dev and event) by @sio4 in https://github.com/gobuffalo/buffalo/pull/2361
- process: version bump and module update by @sio4 in https://github.com/gobuffalo/buffalo/pull/2363
New Contributors
- @travisturner made their first contribution in https://github.com/gobuffalo/buffalo/pull/2359
Full Changelog: https://github.com/gobuffalo/buffalo/compare/v1.0.1...v1.1.0