Skip to content

Commit

Permalink
chore: bump to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Nov 24, 2024
1 parent 501256f commit 9aa26e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ This is a starting point for now, so these things are not supported yet (most li

## Note ##

Up to version 1.0.1, the library was a direct port of [this library](https://github.com/bpolaszek/natural-cron-expression/)
from PHP to Kotlin.
The library was refactored to be more Kotlin idiomatic and to add some features, but rewritten completely from scratch,
Up to version 1.0.1, the library was inspired, and a direct port
of [this library](https://github.com/bpolaszek/natural-cron-expression/)
from PHP to Kotlin. The library was refactored to be more Kotlin idiomatic and to add some features, but rewritten
completely from scratch,
due to lack of test and not scalable code.

In version 2.0.0, the library was refactored to use ANTLR4 to parse the input.

## License ##
Expand Down

0 comments on commit 9aa26e8

Please sign in to comment.