Skip to content

v1.0.1 – Initial Release with Module Export

Choose a tag to compare

@fainat fainat released this 27 Aug 11:45
· 18 commits to main since this release

📦 Data Transformation Engine
A lightweight JavaScript engine for validating, transforming, and aggregating structured data with caching support.

  • Added module.exports = createDataEngine for Node.js usage (removed window binding).
  • Added README.md with project overview and documentation.