| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-25 | 1.1 kB | |
| v0.42.0 source code.tar.gz | 2025-11-25 | 638.4 kB | |
| v0.42.0 source code.zip | 2025-11-25 | 833.3 kB | |
| Totals: 3 Items | 1.5 MB | 1 | |
Fixed
- Fixed a bug where the generated loaders for many-to-many relationships were skipping related rows. (thanks @TylerJGabb)
Added
- Include
shell.nixfor developers using Nix to create development environments. (thanks @EliRibble) - Additional README content on how developers can use linting and unit testing to contribute. (thanks @EliRibble)
- Added
Plusexpression chain method (thanks @atzedus).
Changed
- Export
orm.NullTypeConverter. (thanks @Serjlee) - Uses
io.StringWriterinstead ofio.Writerfor efficiency since we are always writing strings.
New Contributors
- @EliRibble made their first contribution in https://github.com/stephenafamo/bob/pull/575
- @atzedus made their first contribution in https://github.com/stephenafamo/bob/pull/583
- @TylerJGabb made their first contribution in https://github.com/stephenafamo/bob/pull/586
- @Serjlee made their first contribution in https://github.com/stephenafamo/bob/pull/591
Full Changelog: https://github.com/stephenafamo/bob/compare/v0.41.1...v0.42.0