From a2bcd06aa69b5d21469a4b4dc59b99732f1a1dc3 Mon Sep 17 00:00:00 2001 From: Kabir Baidhya Date: Fri, 5 Jul 2019 15:53:00 +0545 Subject: [PATCH] Add change log --- CHANGELOG.md | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2219dbd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,189 @@ +# Change Log + +## [v1.0.15](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.15) (2019-07-05) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.14...v1.0.15) + +**Changes** + +- Security Patch - Update all the dependencies with vulnerabilities [\#59](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/59) [[security](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/security)] ([kabirbaidhya](https://github.com/kabirbaidhya)) +- Bump handlebars from 4.0.11 to 4.1.2 [\#55](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/55) [[dependencies](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/dependencies)] [[security](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/security)] ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v1.0.14](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.14) (2018-06-07) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.13...v1.0.14) + +**Implemented enhancements:** + +- Replace gulp with rollup & npm scripts [\#49](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/49) [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] +- Add data types in doc-blocks [\#54](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/54) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) +- Upgrade packages and other updates [\#52](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/52) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] ([mesaugat](https://github.com/mesaugat)) + +**Closed Issues** + +- Proper formatting of JSDoc [\#53](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/53) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] +- Automate README doc generation from doc blocks [\#47](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/47) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] + +**Changes** + +- Add editorconfig [\#51](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/51) ([sanjeevkpandit](https://github.com/sanjeevkpandit)) + +## [v1.0.13](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.13) (2017-04-19) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.12...v1.0.13) + +**Implemented enhancements:** + +- Use CurrencyFormatter.js instead of currency-formatter [\#46](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/46) [[bug fix](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/bug%20fix)] [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) + +**Changes** + +- Use explicit ES2015 exports and refactor code [\#48](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/48) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] ([kabirbaidhya](https://github.com/kabirbaidhya)) +- Add currency formatter to shimify configuration [\#45](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/45) [[bug fix](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/bug%20fix)] [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) + +## [v1.0.12](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.12) (2017-04-08) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.11...v1.0.12) + +**Implemented enhancements:** + +- Add number and currency formatting helpers [\#43](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/43) [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] + +**Closed Issues** + +- Add codecov.yml [\#33](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/33) + +**Changes** + +- Add currency formatter helper [\#44](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/44) ([sanjeevkpandit](https://github.com/sanjeevkpandit)) +- Update babel-eslint [\#42](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/42) [[bug fix](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/bug%20fix)] ([mesaugat](https://github.com/mesaugat)) + +## [v1.0.11](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.11) (2016-06-28) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.10...v1.0.11) + +**Bug Fixes** + +- The 'or' operation doesn't seem to work [\#40](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/40) [[bug](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/bug)] + +**Changes** + +- Fix the Array.prototype issue [\#41](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/41) [[bug fix](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/bug%20fix)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + +## [v1.0.10](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.10) (2016-06-10) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.9...v1.0.10) + +**Closed Issues** + +- Have List of helpers like a table of contents [\#38](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/38) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] +- Need an array helper contains or includes [\#36](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/36) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] + +**Changes** + +- Table of contents \(Helpers List\) [\#39](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/39) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] ([mesaugat](https://github.com/mesaugat)) +- Add 'includes' helper [\#37](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/37) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) + +## [v1.0.9](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.9) (2016-05-23) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.8...v1.0.9) + +**Closed Issues** + +- Improvements on ifx helper [\#34](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/34) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] + +**Changes** + +- Make third parameter of ifx optional [\#35](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/35) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + +## [v1.0.8](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.8) (2016-05-11) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.7...v1.0.8) + +**Changes** + +- Introduce options helper for \ lists [\#32](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/32) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + +## [v1.0.7](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.7) (2016-04-18) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.6...v1.0.7) + +**Changes** + +- Add a coalesce helper [\#31](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/31) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + +## [v1.0.6](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.6) (2016-04-12) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.5...v1.0.6) + +**Closed Issues** + +- Add `and` and `or` helpers [\#27](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/27) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] + +**Changes** + +- Add a test case for empty helper [\#30](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/30) ([sanjeevkpandit](https://github.com/sanjeevkpandit)) +- Add 'and' and 'or' helpers [\#29](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/29) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) +- Add newLineToBr helper [\#28](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/28) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) + +## [v1.0.5](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.5) (2016-04-11) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.4...v1.0.5) + +## [v1.0.4](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.4) (2016-04-08) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v1.0.0...v1.0.4) + +## [v1.0.0](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v1.0.0) (2016-04-08) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v0.5.0...v1.0.0) + +**Implemented enhancements:** + +- Improvement on README and tests [\#26](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/26) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + +**Closed Issues** + +- Need Travis CI & Code coverage badges in the README [\#24](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/24) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] +- Code analysis and Test Code coverage [\#21](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/21) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] +- Continuous Integration with Travis CI [\#8](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/8) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] +- Maintain a good Wiki and API documentation [\#7](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/7) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] +- Proper documentation in the README [\#6](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/6) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] + +**Changes** + +- Prepare API documentation [\#25](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/25) [[documentation](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/documentation)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) +- Travis CI and Codecov Setup [\#23](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/23) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] ([mesaugat](https://github.com/mesaugat)) +- Add some more tests [\#22](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/22) ([mesaugat](https://github.com/mesaugat)) + +## [v0.5.0](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v0.5.0) (2016-03-18) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v0.1.1-0...v0.5.0) + +**Implemented enhancements:** + +- Support using with node and common js require\(\) [\#11](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/11) [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] +- Add sprintf helper [\#16](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/16) [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + +**Closed Issues** + +- Add some basic math helpers [\#13](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/13) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] +- Implement some common string helpers [\#10](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/10) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] +- Implement the `sprintf` helper [\#9](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/9) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] +- Implement the `include` helper [\#5](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/5) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] +- Introduce some basic datetime helpers [\#4](https://github.com/leapfrogtechnology/just-handlebars-helpers/issues/4) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] + +**Changes** + +- Refactor specs [\#20](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/20) [[improvement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/improvement)] ([kabirbaidhya](https://github.com/kabirbaidhya)) +- Math helpers [\#19](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/19) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([kabirbaidhya](https://github.com/kabirbaidhya)) +- Add datetime helpers [\#18](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/18) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] [[ready to merge](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/ready%20to%20merge)] ([kabirbaidhya](https://github.com/kabirbaidhya)) +- Add basic string helpers [\#17](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/17) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) +- Add support for node and common js require [\#14](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/14) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + +## [v0.1.1-0](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v0.1.1-0) (2016-02-23) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v0.1.0-0...v0.1.1-0) + +## [v0.1.0-0](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v0.1.0-0) (2016-02-23) +[Full Changelog](https://github.com/leapfrogtechnology/just-handlebars-helpers/compare/v0.0.1-0...v0.1.0-0) + +**Implemented enhancements:** + +- Eslint the source [\#3](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/3) [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] ([kabirbaidhya](https://github.com/kabirbaidhya)) +- Generate code coverage when running tests [\#2](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/2) [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] ([mesaugat](https://github.com/mesaugat)) +- Separate helpers [\#1](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/1) [[enhancement](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/enhancement)] ([mesaugat](https://github.com/mesaugat)) + +**Changes** + +- Add neq and neqw helpers [\#12](https://github.com/leapfrogtechnology/just-handlebars-helpers/pull/12) [[feature](https://github.com/leapfrogtechnology/just-handlebars-helpers/labels/feature)] ([sanjeevkpandit](https://github.com/sanjeevkpandit)) + +## [v0.0.1-0](https://github.com/leapfrogtechnology/just-handlebars-helpers/tree/v0.0.1-0) (2016-02-18) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file