Releases: angellist/boba
Releases · angellist/boba
0.0.16
0.0.15
0.0.15
- Bump Tapioca & Ruby Versions
0.0.14
0.0.13
0.0.13
- Add
RelationType
alias to railtie as well asActiveRecordRelationTypes
compiler to generate it into RBI files. Fix railtie constants.
0.0.12
0.0.12
- Rename
StateMachines
compiler back toStateMachinesExtended
to avoid load order nonsense with Tapioca. - Add all base relation types used to the AR railtie so they're all defined at runtime.
- Make Tapioca version more conservative, since we're overriding compiler internals and incremental bumps could break them.
0.0.11
0.0.11
- Dupe Tapioca
StateMachines
compiler and fix bug with abstract classes and preloading instance methods. - Fix sorting bug in
Paperclip
compiler.
0.0.10
0.0.10
- Handle abstract classes in
StateMachinesExtended
better
0.0.9
0.0.9
- Added
AttrJson
compiler - Added
Paperclip
compiler - Fixed a bug in
StateMachinesExtended
compiler where isntance methods were undefined. - Bump tapioca dependency to latest (16.4)
0.0.8
Full Changelog: 0.0.7...0.0.8
0.0.7
fix bug in active record columns compiler where column type option ca…