| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | v1.0.0: |
| 2 | date: 2016-03-04 |
| 3 | changes: |
| 4 | - Update usage example to show a working usage. |
| 5 | - Remove peerDep and point to main task. |
| 6 | - rjs-build-analysis returns an object not an array. |
| 7 | - Made clear that usage of almond is not required. |
| 8 | - added error option to handle r.js errors. |
| 9 | v0.4.4: |
| 10 | date: 2014-04-25 |
| 11 | changes: |
| 12 | - Reduce logging verbosity unless --verbose flag is used. |
| 13 | v0.4.3: |
| 14 | date: 2014-02-26 |
| 15 | changes: |
| 16 | - Remove "Gruntfile.js" as package.json main. |
| 17 | v0.4.2: |
| 18 | date: 2014-02-26 |
| 19 | changes: |
| 20 | - Catch exceptions in `done`. |
| 21 | v0.4.1: |
| 22 | date: 2013-05-16 |
| 23 | changes: |
| 24 | - Add 'done' option. |
| 25 | v0.4.0: |
| 26 | date: 2013-02-15 |
| 27 | changes: |
| 28 | - First official release for Grunt 0.4.0. |
| 29 | v0.4.0rc7: |
| 30 | date: 2013-01-23 |
| 31 | changes: |
| 32 | - Updating to work with grunt v0.4.0rc7. |
| 33 | v0.4.0rc5: |
| 34 | date: 2013-01-09 |
| 35 | changes: |
| 36 | - Updating to work with grunt v0.4.0rc5. |
| 37 | v0.3.3: |
| 38 | date: 2012-10-12 |
| 39 | changes: |
| 40 | - Rename grunt-contrib-lib dep to grunt-lib-contrib. |
| 41 | v0.3.1: |
| 42 | date: 2012-10-09 |
| 43 | changes: |
| 44 | - Bump to RequireJS 2.1.x. |
| 45 | - Run optimizer async. |
| 46 | v0.3.0: |
| 47 | date: 2012-09-23 |
| 48 | changes: |
| 49 | - Options no longer accepted from global config key. |
| 50 | v0.2.0: |
| 51 | date: 2012-09-10 |
| 52 | changes: |
| 53 | - Refactored from grunt-contrib into individual repo. |