v0.10.0
Lots of new stuff in 0.10.0:
- Bulk Import was provided by @Blacksmoke16
- UUID spec and usage was provided by @Blacksmoke16
- New migrator was provided by @maiha
- The beginning of a query syntax was provided by @robacarp
- Lazy loading Collection was provided by @Adam-Stomski
- Several refactoring work was provided by @c910335
- Cleanup work was provided by @faustinoaq
BREAKING CHANGE:
- the
all()
method now returns aCollection
object instead of an array.
Detailed commits:
- 2b85634 Fix Bulk Imports (#199)
- 5aa24f7 refactor transactions (#187)
- 6870dcf Migrator provided by Maiha (#201)
- 62af089 Update README for manually running callbacks (#196)
- 71afec3 Bulk import batch size (#191)
- 734ddc4 Manually trigger callbacks (#195)
- 4c8e990 UUID Spec + Usage (#194)
- f25c453 support belongs_to custom method name (#186)
- a019a20 Use most recent version in granite docker image (#192)
- ea226b4 Minimally useful query syntax (#132)
- 644491e Bulk import (#168)
- eca1c15 Some enhancements about callbacks (#183)
- e700242 Change .all and has_many to return *Collection object (#176)
- 7581ecd Spec for from_sql, and a big mock for the DB class (#133)
- 40f4a09 Add field! for property! (#181)
- 3cae412 Revert code samples until ORM word is removed (#175)
- dc37f7f Update links and code samples (#173)