Skip to content

Releases: copasetickid/draftsman

v0.7.0 - The @jmfederico Release

12 Jun 19:51
Compare
Choose a tag to compare

Enhancements

Bug Fixes

v0.6.0

17 Nov 03:55
Compare
Choose a tag to compare

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.

v0.5.1

21 Aug 15:52
Compare
Choose a tag to compare

Bug Fix

v0.5.0

20 Aug 16:39
Compare
Choose a tag to compare

Enhancements

Breaking Changes

Setting whodunnit on a draft record is no longer done automatically in the controller. If your controllers have a current_user method, you can still easily track who is responsible for changes by adding a controller filter:

class ApplicationController
  before_action :set_draftsman_whodunnit
end

v0.4.0

06 Apr 01:11
Compare
Choose a tag to compare

Enhancements

Bug Fixes

v0.3.7

05 Nov 01:58
Compare
Choose a tag to compare

Bug Fixes

v0.3.6

16 Aug 18:26
Compare
Choose a tag to compare

Bug Fix

v0.3.5

12 Jul 21:20
Compare
Choose a tag to compare

Bug Fix

v0.3.4

21 May 19:47
Compare
Choose a tag to compare

Bug Fixes