2.0.0 (2022-06-24)
1.12.0 (2022-06-24)
- removed old compiled dist files with esbuild versions (6163e49)
1.11.0 (2022-01-11)
- full support for express template rendering (e6713d2)
1.10.5 (2022-01-11)
- node builtins rollup warnings from npm audit (a1101c3)
1.10.4 (2022-01-10)
- updated typescript error handling (dd86673)
1.10.3 (2021-05-12)
- error handling for generating function components (21fe78a)
1.10.2 (2021-05-11)
- cascading context for custom libraries and components (1de4d8c)
1.10.1 (2021-05-08)
- fixed custom component generation (0d4ef98)
1.10.0 (2021-05-07)
- invoked inline functional components and generated custom components (fb3fb0a)
1.9.2 (2021-04-27)
- react hook form update fix (45676c8)
1.9.1 (2021-03-27)
- express: adding express view tests (1aee24f)
1.9.0 (2021-03-25)
- build: adding legacy e6 builds (114ffd2)
1.8.1 (2021-03-25)
- props: fixed passing props on simple syntax and mixed syntax components (8e425a7)
1.8.0 (2021-03-25)
- props: updated __spreadComponent to include __idx, passprops- as a list, added useremoveprops and useincludeprops (ddce4fa)
1.7.0 (2021-03-24)
- form: helper methods for react hook form (021aca8)
1.6.1 (2021-03-23)
- React 17 JSX transform change for functional components (37eaf46)
1.6.0 (2021-03-23)
- components: fix for makeFunctionComponent to allow for more flexible components (3e15f00)
1.5.0 (2021-03-21)
- lang: moved completely to TypeScript (1e51e07)
- Chore
- Update Documentation
- Feat
- Added new compilation options jsonx.compile, jsonx.outputJSON, jsonx.outputHTML, jsonx.outputJSX
- Fix
- pass functions in jsonx object values
- Chore
- added new benchmark tests
- Feat
- Added React.lazy support
- Added React.Suspense support
- Fix
- Named class support via options
- passing state and props to class render component via options
- Chore
- Feat
- Fix
- Improved inline function support
- Improved debugging support
- Automated parameter detection
- Chore
- Update Documentation
- Feat
- Added support for Function Components
- Added support for Hooks
- Fix
- Supports refs on __functionProps
- Chore
- Update Documentation