Datadance v0.1.0
Datadance v0.1.0
- Added support for the CLI version, which can be compiled and used as binary.
- Multiple API endpoints were added to work with the datadance.
- Added a playground UI to test and play around data dance.
- The
/core
can be imported as a library and can be used to transform the data for a given specification. - A simple docs page is built, slowly we will be adding extensive documentation : docs
- A landing page along with playground is deployed here : https://datadance.app
- Fresh framework along with deno is used to deploy the server.
What's Changed
- Made few corrections in the Readme.md by @karthikchiru12 in #3
- Refactored a few sections of code for seperating core logic and adding some readability by @karthikchiru12 in #6
- Added support for nested transformations, and refactored a few sections of the code by @karthikchiru12 in #8
- Added support for temporary fields, which offer selection/deselection of fields in the output by @karthikchiru12 in #10
- Added support for each loop, and sub-transform block and pluck by @karthikchiru12 in #12
- Add contributing guide and code of conduct by @sripravan in #18
- Convert repository to a deno workspace by @sripravan in #23
- Remove deno workspace support by @sripravan in #24
- Update Readme by @sripravan in #26
- Add command line interface by @sripravan in #28
- UI added, Deno fresh server is used and code is restructured accordinlgy. by @karthikchiru12 in #30
- Add more custom transforms by @sripravan in #31
- Removed the npm: specifier for mozjexl by @karthikchiru12 in #32
- Added few default examples in playground. Made a few corrections in the readme. by @karthikchiru12 in #33
Full Changelog: https://github.com/yakshavingdevs/datadance/commits/v0.1.0