|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | This project adheres to [Semantic Versioning](http://semver.org/).
|
5 | 5 |
|
| 6 | +## [2.3.0] / 8 November 2016 |
| 7 | + |
| 8 | +### Minor |
| 9 | + |
| 10 | + * [#540]: Add optional `output` argument to mustache CLI, by [@wizawu]. |
| 11 | + * [#597]: Add compatibility with amdclean, by [@mightyplow]. |
| 12 | + |
| 13 | +### Dev |
| 14 | + |
| 15 | + * [#553]: Assert `null` lookup when rendering an unescaped value, by [@dasilvacontin]. |
| 16 | + * [#580], [#610]: Ignore eslint for greenkeeper updates, by [@phillipj]. |
| 17 | + * [#560]: Fix CLI tests for Windows, by [@kookookchoozeus]. |
| 18 | + * Run browser tests w/node v4, by [@phillipj]. |
| 19 | + |
| 20 | +### Docs |
| 21 | + |
| 22 | + * [#542]: Add API documentation to README, by [@tomekwi]. |
| 23 | + * [#546]: Add missing syntax highlighting to README code blocks, by [@pra85]. |
| 24 | + * [#569]: Update Ctemplate links in README, by [@mortonfox]. |
| 25 | + * [#592]: Change "loadUser" to "loadUser()" in README, by [@Flaque]. |
| 26 | + * [#593]: Adding doctype to HTML code example in README, by [@calvinf]. |
| 27 | + |
| 28 | +### Dependencies |
| 29 | + |
| 30 | + * eslint -> 2.2.0. Breaking changes fix by [@phillipj]. [#548] |
| 31 | + * eslint -> 2.5.1. |
| 32 | + * mocha -> 3.0.2. |
| 33 | + * zuul -> 3.11.0. |
| 34 | + |
6 | 35 | ## [2.2.1] / 13 December 2015
|
7 | 36 |
|
8 | 37 | ### Fixes
|
@@ -173,6 +202,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
173 | 202 | * Fixed a bug that clashed with QUnit (thanks [@kannix]).
|
174 | 203 | * Added volo support (thanks [@guybedford]).
|
175 | 204 |
|
| 205 | +[2.3.0]: https://github.com/janl/mustache.js/compare/v2.2.1...v2.3.0 |
176 | 206 | [2.2.1]: https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1
|
177 | 207 | [2.2.0]: https://github.com/janl/mustache.js/compare/v2.1.3...v2.2.0
|
178 | 208 | [2.1.3]: https://github.com/janl/mustache.js/compare/v2.1.2...v2.1.3
|
@@ -202,33 +232,53 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
202 | 232 | [#270]: https://github.com/janl/mustache.js/issues/270
|
203 | 233 | [#274]: https://github.com/janl/mustache.js/issues/274
|
204 | 234 | [#466]: https://github.com/janl/mustache.js/issues/466
|
| 235 | +[#540]: https://github.com/janl/mustache.js/issues/540 |
| 236 | +[#542]: https://github.com/janl/mustache.js/issues/542 |
| 237 | +[#546]: https://github.com/janl/mustache.js/issues/546 |
| 238 | +[#548]: https://github.com/janl/mustache.js/issues/548 |
| 239 | +[#553]: https://github.com/janl/mustache.js/issues/553 |
| 240 | +[#560]: https://github.com/janl/mustache.js/issues/560 |
| 241 | +[#569]: https://github.com/janl/mustache.js/issues/569 |
| 242 | +[#580]: https://github.com/janl/mustache.js/issues/580 |
| 243 | +[#592]: https://github.com/janl/mustache.js/issues/592 |
| 244 | +[#593]: https://github.com/janl/mustache.js/issues/593 |
| 245 | +[#597]: https://github.com/janl/mustache.js/issues/597 |
| 246 | +[#610]: https://github.com/janl/mustache.js/issues/610 |
205 | 247 |
|
206 | 248 | [@afc163]: https://github.com/afc163
|
207 | 249 | [@Andersos]: https://github.com/Andersos
|
| 250 | +[@calvinf]: https://github.com/calvinf |
208 | 251 | [@cmbuckley]: https://github.com/cmbuckley
|
209 | 252 | [@cweider]: https://github.com/cweider
|
210 | 253 | [@dasilvacontin]: https://github.com/dasilvacontin
|
211 | 254 | [@djchie]: https://github.com/djchie
|
212 | 255 | [@EvanLovely]: https://github.com/EvanLovely
|
213 | 256 | [@fallenice]: https://github.com/fallenice
|
| 257 | +[@Flaque]: https://github.com/Flaque |
214 | 258 | [@guybedford]: https://github.com/guybedford
|
215 | 259 | [@imagentleman]: https://github.com/imagentleman
|
216 | 260 | [@jfmercer]: https://github.com/jfmercer
|
217 | 261 | [@jrburke]: https://github.com/jrburke
|
218 | 262 | [@kannix]: https://github.com/kannix
|
219 | 263 | [@keirog]: https://github.com/keirog
|
220 | 264 | [@kkirsche]: https://github.com/kkirsche
|
| 265 | +[@kookookchoozeus]: https://github.com/kookookchoozeus |
221 | 266 | [@kristijanmatic]: https://github.com/kristijanmatic
|
222 | 267 | [@mateusortiz]: https://github.com/mateusortiz
|
| 268 | +[@mightyplow]: https://github.com/mightyplow |
223 | 269 | [@mikesherov]: https://github.com/mikesherov
|
224 | 270 | [@mjackson]: https://github.com/mjackson
|
| 271 | +[@mortonfox]: https://github.com/mortonfox |
225 | 272 | [@nagaozen]: https://github.com/nagaozen
|
226 | 273 | [@norfish]: https://github.com/norfish
|
227 | 274 | [@palkan]: https://github.com/palkan
|
228 | 275 | [@pgilad]: https://github.com/pgilad
|
229 | 276 | [@phillipj]: https://github.com/phillipj
|
| 277 | +[@pra85]: https://github.com/pra85 |
230 | 278 | [@ShashankaNataraj]: https://github.com/ShashankaNataraj
|
231 | 279 | [@simast]: https://github.com/simast
|
232 | 280 | [@TiddoLangerak]: https://github.com/TiddoLangerak
|
| 281 | +[@tomekwi]: https://github.com/tomekwi |
| 282 | +[@wizawu]: https://github.com/wizawu |
233 | 283 | [@Xcrucifier]: https://github.com/Xcrucifier
|
234 | 284 | [@yousefcisco]: https://github.com/yousefcisco
|
0 commit comments