|
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.2.1] / 13 December 2015 |
| 7 | + |
| 8 | +### Fixes |
| 9 | + |
| 10 | + * Improve HTML escaping, by [@phillipj]. |
| 11 | + * Fix inconsistency in defining global mustache object, by [@simast]. |
| 12 | + * Fix switch-case indent error, by [@norfish]. |
| 13 | + * Unpin chai and eslint versions, by [@dasilvacontin]. |
| 14 | + * Update README.md with proper grammar, by [@EvanLovely]. |
| 15 | + * Update mjackson username in README, by [@mjackson]. |
| 16 | + * Remove syntax highlighting in README code sample, by [@imagentleman]. |
| 17 | + * Fix typo in README, by [@Xcrucifier]. |
| 18 | + * Fix link typo in README, by [@keirog]. |
| 19 | + |
6 | 20 | ## [2.2.0] / 15 October 2015 |
7 | 21 |
|
8 | 22 | ### Added |
@@ -159,6 +173,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). |
159 | 173 | * Fixed a bug that clashed with QUnit (thanks [@kannix]). |
160 | 174 | * Added volo support (thanks [@guybedford]). |
161 | 175 |
|
| 176 | +[2.2.1]: https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1 |
162 | 177 | [2.2.0]: https://github.com/janl/mustache.js/compare/v2.1.3...v2.2.0 |
163 | 178 | [2.1.3]: https://github.com/janl/mustache.js/compare/v2.1.2...v2.1.3 |
164 | 179 | [2.1.2]: https://github.com/janl/mustache.js/compare/v2.1.1...v2.1.2 |
@@ -194,20 +209,26 @@ This project adheres to [Semantic Versioning](http://semver.org/). |
194 | 209 | [@cweider]: https://github.com/cweider |
195 | 210 | [@dasilvacontin]: https://github.com/dasilvacontin |
196 | 211 | [@djchie]: https://github.com/djchie |
| 212 | +[@EvanLovely]: https://github.com/EvanLovely |
197 | 213 | [@fallenice]: https://github.com/fallenice |
198 | 214 | [@guybedford]: https://github.com/guybedford |
| 215 | +[@imagentleman]: https://github.com/imagentleman |
199 | 216 | [@jfmercer]: https://github.com/jfmercer |
200 | 217 | [@jrburke]: https://github.com/jrburke |
201 | 218 | [@kannix]: https://github.com/kannix |
| 219 | +[@keirog]: https://github.com/keirog |
202 | 220 | [@kkirsche]: https://github.com/kkirsche |
203 | 221 | [@kristijanmatic]: https://github.com/kristijanmatic |
204 | 222 | [@mateusortiz]: https://github.com/mateusortiz |
205 | 223 | [@mikesherov]: https://github.com/mikesherov |
206 | 224 | [@mjackson]: https://github.com/mjackson |
207 | 225 | [@nagaozen]: https://github.com/nagaozen |
| 226 | +[@norfish]: https://github.com/norfish |
208 | 227 | [@palkan]: https://github.com/palkan |
209 | 228 | [@pgilad]: https://github.com/pgilad |
210 | 229 | [@phillipj]: https://github.com/phillipj |
211 | 230 | [@ShashankaNataraj]: https://github.com/ShashankaNataraj |
| 231 | +[@simast]: https://github.com/simast |
212 | 232 | [@TiddoLangerak]: https://github.com/TiddoLangerak |
| 233 | +[@Xcrucifier]: https://github.com/Xcrucifier |
213 | 234 | [@yousefcisco]: https://github.com/yousefcisco |
0 commit comments