|
1 | | -# 0.3.1 (2013-09-13) |
2 | | - |
3 | | -## Features |
4 | | - |
5 | | -* Page titles are now set via state objects ([33de8097](git@github.com:joshdmiller/ng-boilerplate/commit/33de8097)) |
6 | | -* Append pkg.version to JS and CSS ([90e1b71f](git@github.com:joshdmiller/ng-boilerplate/commit/90e1b71f)) |
7 | | -* Vendor CSS is copied and concatenated with the app's CSS ([dda8792c](git@github.com:joshdmiller/ng-boilerplate/commit/dda8792c)) |
8 | | -* Vendor assets are copied to the build too ([29502bff](git@github.com:joshdmiller/ng-boilerplate/commit/29502bff)) |
9 | | -* Treat JS in src/assets as assets (i.e. don't do anything with it) ([99b50751](git@github.com:joshdmiller/ng-boilerplate/commit/99b50751)) |
10 | | -* Added PhantomJS support ([89acf5f6](git@github.com:joshdmiller/ng-boilerplate/commit/89acf5f6)) |
11 | | -* Files for use only in testing are now configurable ([a04e663b](git@github.com:joshdmiller/ng-boilerplate/commit/a04e663b)) |
12 | | - |
13 | | -## Bug fixes |
14 | | - |
15 | | -* CopyPasteException in index.html comments ([3a0596a7](git@github.com:joshdmiller/ng-boilerplate/commit/3a0596a7)) |
16 | | -* Fixed typos in the README ([5ae95393](git@github.com:joshdmiller/ng-boilerplate/commit/5ae95393)), ([8c362208](git@github.com:joshdmiller/ng-boilerplate/commit/8c362208)), and ([6b617282](git@github.com:joshdmiller/ng-boilerplate/commit/6b617282)) |
17 | | -* Vendor files were added to build twice ([09277b74](git@github.com:joshdmiller/ng-boilerplate/commit/09277b74)) |
18 | | -* IE7 Font Awesome stylesheet pointed nowhere ([515673b1](git@github.com:joshdmiller/ng-boilerplate/commit/515673b1)) |
19 | | - |
20 | | -# 0.3.0 (2013-06-25) |
21 | | - |
22 | | -## Features |
23 | | -### build |
24 | | - |
25 | | -* split build into build+compile ([97fb290d](https://github.com/joshdmiller/ng-boilerplate/commits/97fb290d)) |
26 | | -* Moved config to separate file ([ff5d8b58](https://github.com/joshdmiller/ng-boilerplate/commits/ff5d8b58)) |
27 | | -* Added grunt-bump to ease releasing ([27312de1](https://github.com/joshdmiller/ng-boilerplate/commits/27312de1)) |
28 | | -* Added changelog generation ([328d25d2](https://github.com/joshdmiller/ng-boilerplate/commits/328d25d2)) |
29 | | -* karma config managed automatically ([3384b6fd](https://github.com/joshdmiller/ng-boilerplate/commits/3384b6fd)) |
30 | | -* CoffeeScript support ([0f308f2f](https://github.com/joshdmiller/ng-boilerplate/commits/0f308f2f)) |
31 | | - |
32 | | -### * |
33 | | - |
34 | | -* switched to ui-router for state mgmt ([7bec0378](https://github.com/joshdmiller/ng-boilerplate/commits/7bec0378)) |
35 | | - |
36 | | -## Bug fixes |
37 | | -### build |
38 | | - |
39 | | -* Karma no longer hangs the watch (([f66cfcc6])(https://github.com/joshdmiller/ng-boilerplate/commits/f66cfcc6)) |
40 | | - |
41 | | - |
42 | | - |
43 | | -# 0.2.0 (2013-05-10) |
44 | | - |
45 | | -## Features |
46 | | -### build |
47 | | - |
48 | | -* live reload added through grunt-watch ([653df741](https://github.com/joshdmiller/ng-boilerplate/commits/653df741)) |
49 | | - |
50 | | -* Add grunt ng-min for annotation ([9c529ccb](https://github.com/joshdmiller/ng-boilerplate/commits/9c529ccb)) |
51 | | - |
52 | | -### * |
53 | | - |
54 | | -* far better Bower integration ([864c2656](https://github.com/joshdmiller/ng-boilerplate/commits/864c2656)) |
55 | | - |
56 | | -* included AngularUI `utils` to use uiRoute ([df08e4be](https://github.com/joshdmiller/ng-boilerplate/commits/df08e4be)) |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | -# 0.1.0 (2013-03-11) |
64 | | - |
65 | | -## Features |
66 | | -### * |
67 | | - |
68 | | -* Initial application structure ([7c149227](https://github.com/joshdmiller/ng-boilerplate/commits/7c149227)) |
69 | | - |
70 | | -* improved navigation styling and added home page tpl ([e1a655e0](https://github.com/joshdmiller/ng-boilerplate/commits/e1a655e0)) |
71 | | - |
72 | | -### app |
73 | | - |
74 | | -* added current route indication to menu with appropriate unit test ([14d35da8](https://github.com/joshdmiller/ng-boilerplate/commits/14d35da8)) |
75 | | - |
76 | | -### index |
77 | | - |
78 | | -* improved navbar style and added additional links ([a7c4504c](https://github.com/joshdmiller/ng-boilerplate/commits/a7c4504c)) |
79 | | - |
80 | | -### about |
81 | | - |
82 | | -* Added an about page with some descriptive content ([290704ab](https://github.com/joshdmiller/ng-boilerplate/commits/290704ab)) |
83 | | - |
84 | | -* Added placeholders demo to about page ([89a06e9f](https://github.com/joshdmiller/ng-boilerplate/commits/89a06e9f)) |
85 | | - |
86 | | -### titleService |
87 | | - |
88 | | -* dynamic title support) ([3db6ec2b](https://github.com/joshdmiller/ng-boilerplate/commits/3db6ec2b)) |
89 | | - |
90 | | -* suffix is now customizable ([9f8b4c73](https://github.com/joshdmiller/ng-boilerplate/commits/9f8b4c73)) |
91 | | - |
92 | | -### activeIfCurrentDirective |
93 | | - |
94 | | -* created directory to test for current route ([0ac1f4b4](https://github.com/joshdmiller/ng-boilerplate/commits/0ac1f4b4)) |
95 | | - |
96 | | -### home |
97 | | - |
98 | | -* replaced placeholder text with mrktg copy ([dcaf7237](https://github.com/joshdmiller/ng-boilerplate/commits/dcaf7237)) |
99 | | - |
100 | | -* added google +1 button ([98d3312b](https://github.com/joshdmiller/ng-boilerplate/commits/98d3312b)) |
101 | | - |
102 | | - |
103 | | - |
104 | | -## Bug fixes |
105 | | -### build |
106 | | - |
107 | | -* Removed unnecessary step from delta:unittest ([5ffbfd78](https://github.com/joshdmiller/ng-boilerplate/commits/5ffbfd78)) |
108 | | - |
109 | | -* delta tasks that concat must also uglify ([926983f8](https://github.com/joshdmiller/ng-boilerplate/commits/926983f8)) |
110 | | - |
111 | | -### test-config |
112 | | - |
113 | | -* Change browser-name case, add browser list ([682b1ea4](https://github.com/joshdmiller/ng-boilerplate/commits/682b1ea4)) |
114 | | - |
115 | | -### home |
116 | | - |
117 | | -* corrected typo in tweet button URL ([b9920eea](https://github.com/joshdmiller/ng-boilerplate/commits/b9920eea)) |
118 | | - |
119 | | -### testacular |
120 | | - |
121 | | -* fixed typo in browser docstring ([11a60fa7](https://github.com/joshdmiller/ng-boilerplate/commits/11a60fa7)) |
122 | | - |
123 | | - |
124 | | - |
125 | | - |
| 1 | +Change Log |
| 2 | +========== |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +[Unreleased][unreleased] |
| 6 | +------------------------ |
| 7 | + |
| 8 | +[1.1] - 2015-01-20 |
| 9 | +------------------ |
| 10 | +- Removes validation that restricted users from adding WMS layers that do not have a url ending with 'geoserver/wms'. |
| 11 | +- Updates OL3. |
| 12 | +- Fixes bug in heatmap that made unneeded requests to Geoserver. |
| 13 | + |
| 14 | +[1.0] - 2014-12-04 |
| 15 | +------------------ |
| 16 | +- Initial MapLoom release re-released using 1.0 tag. |
| 17 | + |
| 18 | +[unreleased]: https://github.com/ROGUE-JCTD/MapLoom/compare/release-1.1...HEAD |
| 19 | +[1.1]: https://github.com/ROGUE-JCTD/MapLoom/compare/release-1.0...release-1.1 |
| 20 | +[1.0]: https://github.com/ROGUE-JCTD/MapLoom/tree/release-1.0 |
0 commit comments