UNPKG

angular-cron-jobs

Version:

UI Component For Creating Cron Job Syntax To Send To Server

102 lines (61 loc) 2.25 kB
<a name="3.2.1"></a> # 3.2.1 (2019-09-18) ## Updates - Hard code dependency versions in bower.json - Update README.md with end of life message <a name="3.2.0"></a> # 3.2.0 (2016-09-19) ## Updates - Added `quartz` property to config to allow for [Quartz](https://github.com/quartz-scheduler/quartz) style output. - Address Issue [#24](https://github.com/angular-cron-jobs/angular-cron-jobs/issues/24). <a name="3.1.1"></a> # 3.1.1 (2016-09-17) ## Updates - Revert HTML Tempalte <a name="3.1.0"></a> # 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. <a name="3.0.5"></a> # 3.0.5 (2016-09-17) ## Updates - Revert cleanup because of unexpected breaks. <a name="3.0.4"></a> # 3.0.4 (2016-09-14) ## Updates - Code cleanup <a name="3.0.1"></a> # 3.0.1 (2016-07-18) ## Updates - Bug fixes in default tempalte. - Bug fix with allowMultiple reference inside directive. <a name="3.0.0"></a> # 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. <a name="2.1.1"></a> # 2.1.1 (2016-06-30) ## Updates - Correcting build file error. <a name="2.1.0"></a> # 2.1.0 (2016-06-30) ## Updates - Exposed `$scope.myFrequency` by adding two way bound `frequency` attribute to directive. See README.md for details. <a name="2.0.0"></a> # 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. <a name="1.4.2"></a> # 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.