Cron Descriptor Versions Save

A Python library that converts cron expressions into human readable strings.

1.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/1.3...1.4

1.3

1 year ago

What is new

  • Possible BC - Parsing call was moved from ExpressionDescriptor.get_description to ExpressionDescriptor.__init__ that means parsing exceptions are thrown when calling ExpressionDescriptor constructor and not when calling ExpressionDescriptor.get_description modify your exception handling accordingly...
  • Possible BC - Option throw_exception_on_parse_error (boolean) was removed, code now works as if throw_exception_on_parse_error=True (default - always throw exceptions). Remove throw_exception_on_parse_error option from your code if you were using it.

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/1.2.35...1.3

1.2.35

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/1.2.34...1.2.35

1.2.33

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/1.2.32...1.2.33

1.2.30

1 year ago

Fixes

  • Fixes #31
  • Fixes #36
  • Implements #52 fix from upstream that fixes #37

1.2.27

1 year ago

Features

  • Added Korean support by @hanqyu
  • Added Persian support by @Davoodeh
  • Added Tamil support by @sankarhari
  • Added Japanese support by @tho-asterist

Fixes

  • fixes unclosed open translation file by Rafael Reuber
  • various fixes around

1.2.24

4 years ago
  • Fix CI Build/Deploy on new version

1.2.10

6 years ago

1.2.9

6 years ago

Fixes some issues ( #14 #17 ) and some small code refactoring

1.2.8

7 years ago