Skip to content

Releases: angellist/boba

0.0.16

09 Jan 22:25
dbaed1f
Compare
Choose a tag to compare

0.0.16

  • Bump Tapioca

0.0.15

08 Jan 14:47
4321a74
Compare
Choose a tag to compare

0.0.15

  • Bump Tapioca & Ruby Versions

0.0.14

03 Dec 16:03
6a947d5
Compare
Choose a tag to compare

0.0.14

  • Add test harness, CI, and a bunch of specs. Thanks @rzane!
  • Add Kaminari compiler. (@rzane)
  • Update MoneyRails to respect ActiveRecordColumnTypes setting, so it generates non-nilable types only in persisted mode.

0.0.13

01 Dec 15:28
a0ee861
Compare
Choose a tag to compare

0.0.13

  • Add RelationType alias to railtie as well as ActiveRecordRelationTypes compiler to generate it into RBI files. Fix railtie constants.

0.0.12

30 Nov 15:49
961b868
Compare
Choose a tag to compare

0.0.12

  • Rename StateMachines compiler back to StateMachinesExtended 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

28 Nov 16:40
1f4f243
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release

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

27 Nov 15:22
7629614
Compare
Choose a tag to compare

0.0.10

  • Handle abstract classes in StateMachinesExtended better

0.0.9

27 Nov 15:04
d5ba230
Compare
Choose a tag to compare

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

27 Oct 14:33
d5ba230
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

Full Changelog: 0.0.7...0.0.8

0.0.7

12 Oct 16:01
da6b0bb
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release
fix bug in active record columns compiler where column type option ca…