Datadance v0.1.2
Datadance v0.1.2
- Cleaned the code and relevant comments are added to the core module. Improved error propagation from custom transforms: #35
- Improved the readme.md & added tech stack details & tools used : #36
- Added custom transforms padStart, padEnd, parseInt, parseFloat, toBoolean, reverse, push, pop, join, slice, reverseArray, sortArray, range, removeDuplicates, max, min, keys, values, entires, has, delete, stringify and type : #42
- Added jsonpath support and other custom transforms like : ceil, floor, round, slugify, unslugify : #43
- Added support for filter in array, refactored the standard library into separate files, added date time support : #47
- Fixed bug where error-103 was throwing [Object Object], added support for caching transforms in UI and reset button to clear the cache and revert back to default example, Added new endpoints for parser and encoder, Added a throttle function in playground for enhancing user experience and fixed the for each input immutability issue : #49
- Patch fix where localStorage is undefined in the context of SSR(Server side rendering) within Fresh framework: #50
What's Changed
- Enhancing custom transforms, Improving errors by @karthikchiru12 in #35
- Updated README.md by @karthikchiru12 in #36
- Custom transforms added by @karthikchiru12 in #42
- Added JSONpath support and other custom transforms by @karthikchiru12 in #43
- Filter, Date time support, Refactoring standard library by @karthikchiru12 in #47
- Fixed forEach input immutability issue & New enhancements by @karthikchiru12 in #49
- Fixed the issue where localStorage is not working as expected. by @karthikchiru12 in #50
Full Changelog: v0.1.1...v0.1.2