Skip to content

Releases: igortrinidad/adonis-model-utilities

Added ParseNumber trait

27 Apr 13:40
Compare
Choose a tag to compare

Adding a new trait to easily parse numbers on model, this may be usefull when you has db columns with a lot of zero decimals and your DB engine may be formating as string to keep the numbers.

Added uuid versions options, password hash trait, fullName trait, improvement on tests...

13 Jun 22:34
Compare
Choose a tag to compare

WARNING! Breaking changes!

Changed the way we set trait options, so check the README to find out how to use the new traits

Added functional tests with Japa, formatCurrency prefix and abstracted titleCaseString map

12 Jun 14:00
Compare
Choose a tag to compare
Added functional tests, formatCurrency prefix and abstracted titleCas…

…e map