Skip to content

Datadance v0.1.1

Latest
Compare
Choose a tag to compare
@karthikchiru12 karthikchiru12 released this 01 Aug 19:56
· 9 commits to main since this release

Datadance v0.1.1

Enhancements

  1. UI Stability Improvements: Corrected the footer alignment, editor font size, and other Bootstrap components for a more stable and consistent UI experience.
  2. forEach Context Enhancement: The subTransformBlock is now added to the context within forEach, making it callable inside the loop.
  3. Copy Button for Parsed Transforms: Added a "Copy parsed transforms" button to the transforms section for easy use in APIs.
  4. Page Titles: Added missing titles to various pages for better navigation and accessibility.
  5. New API Reference Page: Introduced a comprehensive API reference page to document available endpoints and usage.
  6. Health and Error Codes Endpoints: Added two new endpoints:
    • /health: To check the application's health status.
    • /error-codes: To retrieve the list of core application error codes.

Other Improvements

  1. JSON Highlighting: Implemented syntax highlighting for output JSON to enhance readability.

Full Changelog: v0.1.0...v0.1.1