Download Latest Version v0.38.0 source code.tar.gz (612.7 kB)
Email in envelope

Get an email when there's a new version of Bob

Home / v0.36.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-27 395 Bytes
v0.36.0 source code.tar.gz 2025-05-27 609.2 kB
v0.36.0 source code.zip 2025-05-27 783.9 kB
Totals: 3 Items   1.4 MB 0

Changed

  • Loaders are now generated as singular instead of plural. This feels more natural when using them in code.

```go // Before models.Preload.Users.Pilots() models.SelectThenLoad.Users.Pilots()

// After models.Preload.User.Pilots() models.SelectThenLoad.User.Pilot() ```

Full Changelog: https://github.com/stephenafamo/bob/compare/v0.35.1...v0.36.0

Source: README.md, updated 2025-05-27