Skip to content

Datadance v0.1.2

Compare
Choose a tag to compare
@karthikchiru12 karthikchiru12 released this 22 Oct 02:45
· 11 commits to main since this release

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

Full Changelog: v0.1.1...v0.1.2