Releases
What's Changed
- moving to helpers folder structure for legacy and src for typescript by @jaredwray in https://github.com/jaredwray/fumanchu/pull/65
- Adding in helper registry by @jaredwray in https://github.com/jaredwray/fumanchu/pull/66
- making it so we are using the logo.svg on readme by @jaredwray in https://github.com/jaredwray/fumanchu/pull/67
- removing console.log in production code by @jaredwray in https://github.com/jaredwray/fumanchu/pull/68
- migrating legacy helper tests to helpers directory by @jaredwray in https://github.com/jaredwray/fumanchu/pull/69
- Adding in xo for typescript by @jaredwray in https://github.com/jaredwray/fumanchu/pull/70
- upgrading mocha to 10.8.2 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/71
- adding in vitest by @jaredwray in https://github.com/jaredwray/fumanchu/pull/72
- adding in FumanchuOptions by @jaredwray in https://github.com/jaredwray/fumanchu/pull/73
- upgrading cacheable to 1.8.4 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/74
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v3.0.0...v3.0.1
Major Breaking change and you can read about it here:
https://github.com/jaredwray/fumanchu?tab=readme-ov-file#breaking-changes-from-v2-to-v3
What's Changed
- upgrading micromatch to 4.0.8 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/62
- upgrading typescript to 5.6.3 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/63
- moving to async createHandlebars function to do dynamic import by @jaredwray in https://github.com/jaredwray/fumanchu/pull/64
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v2.1.0...v3.0.0
What's Changed
- migrating back to commonjs as the project is not ready for ESM by @jaredwray in https://github.com/jaredwray/fumanchu/pull/61
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v2.0.0...v2.1.0
What's Changed
- upgrading typescript to 5.5.4 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/57
- upgrading mocha to 10.7.3 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/58
- moving to nodejs 20 and 22. removing support for 18 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/59
- upgrading rimraf to 6.0.1 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/60
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.5.0...v2.0.0
What's Changed
- Deprecate Falsey by @jeremybalog in https://github.com/jaredwray/fumanchu/pull/55
- adding in unit tests and version bump by @jaredwray in https://github.com/jaredwray/fumanchu/pull/56
New Contributors
- @jeremybalog made their first contribution in https://github.com/jaredwray/fumanchu/pull/55
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.4.1...v1.5.0
What's Changed
- updated the index.d.ts to what was in 1.3.0
- upgrading md modules by @jaredwray in https://github.com/jaredwray/fumanchu/pull/54
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.4.0...v1.4.1
Biggest change was on the type definition.
What's Changed
- esm support for handlebarhelpers by @jaredwray in https://github.com/jaredwray/fumanchu/pull/47
- Making helper md native to fumanchu by @jaredwray in https://github.com/jaredwray/fumanchu/pull/48
- types definition update by @jaredwray in https://github.com/jaredwray/fumanchu/pull/49
- upgrading c8 to 10.1.2 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/50
- upgrading rimraf to 5.0.7 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/51
- upgrading micromatch to 4.0.7 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/52
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.3.0...v1.4.0
What's Changed
- adding in site creation by @jaredwray in https://github.com/jaredwray/fumanchu/pull/39
- Doc Update: Update README.md link by @sashalikesplanes in https://github.com/jaredwray/fumanchu/pull/40
- upgrading mocha to 10.4.0 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/41
- updating gitignore removing site build by @jaredwray in https://github.com/jaredwray/fumanchu/pull/43
- removing helper-for-markdown by @jaredwray in https://github.com/jaredwray/fumanchu/pull/44
New Contributors
- @sashalikesplanes made their first contribution in https://github.com/jaredwray/fumanchu/pull/40
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.2.1...v1.3.0
What's Changed
- adding in the right export (index.mjs) by @jaredwray in https://github.com/jaredwray/fumanchu/pull/38
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.2.0...v1.2.1
What's Changed
- adding in module ESM support by @jaredwray in https://github.com/jaredwray/fumanchu/pull/37
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.1.3...v1.2.0
What's Changed
- fixing typo errors on LICENSE and CONTRIBUTING by @jaredwray in https://github.com/jaredwray/fumanchu/pull/32
- added rimraf for clean script by @jaredwray in https://github.com/jaredwray/fumanchu/pull/33
- adding in fumanchu.org by @jaredwray in https://github.com/jaredwray/fumanchu/pull/34
- upgrading mocha to 10.3.0 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/35
- upgrading c8 to 9.1.0 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/36
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.1.2...v1.1.3
What's Changed
- fixing security issue with chop and more than 1000 characters by @jaredwray in https://github.com/jaredwray/fumanchu/pull/30
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.1.1...v1.1.2
What's Changed
- upgrading chai to 4.3.10 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/28
- adding in es6 testing and readme by @jaredwray in https://github.com/jaredwray/fumanchu/pull/29
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.0.4...v1.1.1
What's Changed
- exporting handelbar helpers to make it easier to use via handlebarHel… by @jaredwray in https://github.com/jaredwray/fumanchu/pull/25
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.0.3...v1.1.0
What's Changed
- adding in prepare for build by @jaredwray in https://github.com/jaredwray/fumanchu/pull/10
- adding in unit tests for url encode, decode, and escape by @jaredwray in https://github.com/jaredwray/fumanchu/pull/11
- adding tests for string append by @jaredwray in https://github.com/jaredwray/fumanchu/pull/12
- updating tests for downcase and lowercase by @jaredwray in https://github.com/jaredwray/fumanchu/pull/13
- moving string.js to more code coverage by @jaredwray in https://github.com/jaredwray/fumanchu/pull/14
- regex test updates by @jaredwray in https://github.com/jaredwray/fumanchu/pull/15
- testing for array reverse by @jaredwray in https://github.com/jaredwray/fumanchu/pull/16
- adding in tests for comparison by @jaredwray in https://github.com/jaredwray/fumanchu/pull/17
- updating markdown to have 100 on tests by @jaredwray in https://github.com/jaredwray/fumanchu/pull/18
- getting match to 100% on tests by @jaredwray in https://github.com/jaredwray/fumanchu/pull/19
- fixing regex and unit tests by @jaredwray in https://github.com/jaredwray/fumanchu/pull/20
- Updating path tests to handle exceptions by @jaredwray in https://github.com/jaredwray/fumanchu/pull/21
- adding unit tests to number by @jaredwray in https://github.com/jaredwray/fumanchu/pull/22
- updating math tests to have code coverage by @jaredwray in https://github.com/jaredwray/fumanchu/pull/23
- clean up of browser attempt and release workflow by @jaredwray in https://github.com/jaredwray/fumanchu/pull/24
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.0.2...v1.0.3
What's Changed
- initial pull request with readme and workflows by @jaredwray in https://github.com/jaredwray/fumanchu/pull/1
- adding in parcel for minification browser version by @jaredwray in https://github.com/jaredwray/fumanchu/pull/2
- cleaning up package.json by @jaredwray in https://github.com/jaredwray/fumanchu/pull/3
- adding in @parcel/watcher by @jaredwray in https://github.com/jaredwray/fumanchu/pull/4
- adding in keywords and updating readme by @jaredwray in https://github.com/jaredwray/fumanchu/pull/5
New Contributors
- @jaredwray made their first contribution in https://github.com/jaredwray/fumanchu/pull/1
Full Changelog: https://github.com/jaredwray/fumanchu/commits/v1.0.2