Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.25 KB

File metadata and controls

48 lines (39 loc) · 1.25 KB
  • improving support for ActiveType ‘Presenters’ (thanks @Bogadon)

  • addin the ability to dinamicaly scope the counter (thanks @emaxi) This will require a migration to users using the old version of the gem

  • gemspec fix to accept Rails >4 #26, previous PR didn’t fix it.

  • accepting Rails >4 #21

  • removing debugger gem and dropping ruby 1.9.3 support

  • BUG FIX: time comparison with UTC (#14)

  • Adding code announcement for bad or missing patterns (thanks @sammyjopeters)

  • BUG FIX: column rename (#17)

  • bump to 1.0.0 to let people know about the API incompability

  • BUG FIX: LocalJumpError (#11)

  • Added “day” pattern (#8)

  • Adding support to database driven counter and not in memory anymore.

  • Simplifying code

  • new API:

reserve_<column name> # use to get the auto generated number without # saving the model in the database

  • BUG FIX: Updates were updating the number count. oO

now the number is only incremented when you create the model.

  • BUG FIX: If using %y%m and only year changes, counter was not restarting.

  • Performance improvement

  • Refactoring

  • Updating gem description

  • Working!

  • Initial code