Skip to content

Latest commit

 

History

History
172 lines (90 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

172 lines (90 loc) · 5.41 KB

2.0.0 (2022-06-24)

1.12.0 (2022-06-24)

Bug Fixes

  • removing unused files (d579075)
  • updated and fixed tests with updated deps (015e76c)

Features

  • removed old compiled dist files with esbuild versions (6163e49)

1.11.0 (2022-01-11)

Features

  • full support for express template rendering (e6713d2)

1.10.5 (2022-01-11)

Bug Fixes

  • node builtins rollup warnings from npm audit (a1101c3)

1.10.4 (2022-01-10)

Bug Fixes

  • updated typescript error handling (dd86673)

1.10.3 (2021-05-12)

Bug Fixes

  • error handling for generating function components (21fe78a)

1.10.2 (2021-05-11)

Bug Fixes

  • cascading context for custom libraries and components (1de4d8c)

1.10.1 (2021-05-08)

Bug Fixes

  • fixed custom component generation (0d4ef98)

1.10.0 (2021-05-07)

Features

  • invoked inline functional components and generated custom components (fb3fb0a)

1.9.2 (2021-04-27)

Bug Fixes

  • react hook form update fix (45676c8)

1.9.1 (2021-03-27)

Bug Fixes

  • express: adding express view tests (1aee24f)

1.9.0 (2021-03-25)

Features

  • build: adding legacy e6 builds (114ffd2)

1.8.1 (2021-03-25)

Bug Fixes

  • props: fixed passing props on simple syntax and mixed syntax components (8e425a7)

1.8.0 (2021-03-25)

Features

  • props: updated __spreadComponent to include __idx, passprops- as a list, added useremoveprops and useincludeprops (ddce4fa)

1.7.0 (2021-03-24)

Features

  • form: helper methods for react hook form (021aca8)

1.6.1 (2021-03-23)

Bug Fixes

  • React 17 JSX transform change for functional components (37eaf46)

1.6.0 (2021-03-23)

Features

  • components: fix for makeFunctionComponent to allow for more flexible components (3e15f00)

1.5.0 (2021-03-21)

Features

  • lang: moved completely to TypeScript (1e51e07)

Changelog

3.0.0 (2019-04-20)

  • Chore
    • Update Documentation

2.6.0 (2019-04-19)

  • 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

2.2.0 (2019-04-01)

  • 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

2.1.0 (2019-04-01)

  • Feat
  • Fix
    • Improved inline function support
    • Improved debugging support
    • Automated parameter detection
  • Chore
    • Update Documentation

2.0.0 (2019-03-29)

  • Feat
    • Added support for Function Components
    • Added support for Hooks
  • Fix
    • Supports refs on __functionProps
  • Chore
    • Update Documentation