Skip to content

Releases: configly/js

Typescript support

27 Jan 19:51
bb90bca
Compare
Choose a tag to compare
v3.0.0: Add Typescript support via TSDX and some other minor improvem…

…ents (#2)

-TypeScript support (breaks JS require - now is `const Configly = require('configly-js').Configly`)
- Add `isInitialized`
- Break singleton return on constructor since that's funky and breaks TypeScript

Note: we need to build / re-deploy the frontend JS