Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 585 Bytes

CHANGELOG.rdoc

File metadata and controls

26 lines (20 loc) · 585 Bytes

v0.4.0

  • 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

v0.3.1

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

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

v0.3.0

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

v0.2.0

  • Performance improvement

  • Refactoring

v0.1.1

  • Updating gem description

v0.1.0

  • Working!

v0.0.1

  • Initial code