Skip to content

Latest commit

 

History

History
213 lines (160 loc) · 9.57 KB

CHANGELOG.md

File metadata and controls

213 lines (160 loc) · 9.57 KB

CHANGELOG

0.8.0.dev

Breaking Changes

  • Now only supports ActiveRecord 4.2+.

Enhancements

Enhancements

0.7.1 - December 24, 2017

Bug Fixes

0.7.0 - June 12, 2017

Enhancements

Bug Fixes

0.6.0 - November 16, 2016

Enhancements

Bug Fixes

Deprecations/Breaking Changes

  • Now only supports ActiveRecord 4+.
  • #draft_creation and #draft_update are now deprecated and will be removed in v1.0.0. Use #save_draft instead.

0.5.1 - August 20, 2016

0.5.0 - August 20, 2016

0.4.0 - April 5, 2016

0.3.7 - November 4, 2015

0.3.6 - August 16, 2015

0.3.5 - July 12, 2015

0.3.4 - May 21, 2015

0.3.3 - April 8, 2015

  • Fixed regression #18 - Exception when destroying drafts

0.3.2 - April 6, 2015

  • Fixed #8 - Update specs to use new community standards
  • Fixed #9 - Sinatra extension should not use Sinatra base namespace
  • Fixed #12 - JSON::ParserError when draft_destroying a widget which was just created

0.3.1 - August 14, 2014

  • Commit aae737f - skip option not persisting skipped values correctly

0.3.0 - July 29, 2014

  • Commit 1e2a59f - Add support for PostgreSQL JSON data type for object, object_changes, and previous_draft columns.

v0.2.1 - June 28, 2014

  • Commit dbc6c83 - Reifying a record that was drafted for destruction uses data from a drafted update before that if that's what happened.

v0.2.0 - June 3, 2014

  • Fixed #4 - Added referenced_table_name argument to scopes.

v0.1.1 - March 7, 2014

  • Fixed #3 - draft_publication_dependencies not honoring drafts when draft is an update.
  • Fixed #1 - License missing from gemspec - Added MIT license.

v0.1.0 - November 19, 2013

  • Initial release.