Skip to content

Latest commit

 

History

History
102 lines (61 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

102 lines (61 loc) · 2.2 KB

3.2.1 (2019-09-18)

Updates

  • Hard code dependency versions in bower.json
  • Update README.md with end of life message

3.2.0 (2016-09-19)

Updates

  • Added quartz property to config to allow for Quartz style output.
  • Address Issue #24.

3.1.1 (2016-09-17)

Updates

  • Revert HTML Tempalte

3.1.0 (2016-09-17)

Updates

  • Add scripts section to package.json.
  • Add ngMultiple directive to reduce template duplication.
  • Add baseFrequency value object to reduce dependency on hard-coded numbers.

Updates

  • Revert cleanup because of unexpected breaks.

3.0.5 (2016-09-17)

Updates

  • Revert cleanup because of unexpected breaks.

3.0.4 (2016-09-14)

Updates

  • Code cleanup

3.0.1 (2016-07-18)

Updates

  • Bug fixes in default tempalte.
  • Bug fix with allowMultiple reference inside directive.

3.0.0 (2016-07-18)

Updates

  • Combined init and output to use Angular's ngModel.
  • Updated variable names to make more sense.
  • Updates to single vs. multiple config, $scope.frequency now has numbers for single and array for multiple.

2.1.1 (2016-06-30)

Updates

  • Correcting build file error.

2.1.0 (2016-06-30)

Updates

  • Exposed $scope.myFrequency by adding two way bound frequency attribute to directive. See README.md for details.

2.0.0 (2016-06-27)

Updates

  • new major version because tempaltes built to work with 1.4.2 will not work with this version.
  • added new config propert of allowMultiple which will allow for multiple cron options (e.g '* * 1,3,4 * *').
  • update README.md with new multiselect feature and template instructions.
  • updated gh-pages demo.

1.4.2 (2015-04-23)

Updates

  • wrapped each step: CSS wrapper was added to the directive as a whole and each step for easier styling.
  • changed filter name: Filter names were polluting name space so the prefix cron was added.