nowrap
option for Postgres to support easy reuse of existing functions (#31)
- Support chaining within trigger groups (#22)
- Warn when
name
is used incorrectly for the current adapter (#22) - Misc doc improvements
- Minor bug fixes (#26 and 799ac5e)
- Update ruby_parser dependency
- Rails 4 support
- Ruby 2 support
- Better 1.9 support
- Update parsing gems
- PostGIS support
- Bugfix for adapter-specific warnings
- Loosen parser dependencies
- Rails 3.1+ support
- Easier installation
- Ruby 1.9 fix
- travis-ci
- sqlite + ruby1.9 bugfix
- drop_trigger fix
- DB-specific trigger body support
- Misc bugfixes
- Safer migration loading
- Misc speedups
- Speed up migration evaluation
- MySQL fixes for inferred root@localhost
- Rails 3 support
- Fix a couple manual create_trigger bugs
- rake db:schema:dump support
- respect non-timestamped migrations
- Compatibility tracking
- Fix Postgres return bug
- Ensure last action has a semicolon
- Better error handling
- Postgres 8.x support
- Update docs
- Fix
Builder#security
- Update docs
- Fix bug in
HairTrigger.migrations_current?
- Fix up Gemfile
- Initial release