Skip to content

Releases: rabisnaqvi/Astral.js

✅ Release v1.2.1

25 Sep 08:07
9674dba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

🐲 Release v1.2.0

26 May 20:32
9933c94
Compare
Choose a tag to compare

What's Changed

  • 🤯 Updated the getState function to return an array (tuple) similar to how React's useState hook works (#14 )
  • ✅ Updated unit tests to match the updated response from Astral.context.getState.
  • 📃 Fix broken hyperlink in the Getting Started section (#26 )
    • Replaced the broken hyperlink reference with the correct anchor link to the "Core Concepts" section.
    • Ensured that the anchor link matches the heading in the "Core Concepts" section.
  • 🌀 Integrate Typescript or babel (#15 )
    • Converted all the source files to TypeScript namespaces.
    • Updated build process to parse the javascript files.
    • Replaced JSDOC with TypeDoc to generate documentation for the new typescript codebase.
    • Updated ESLINT configuration to be integrated with TypeScript.
    • Added some unit tests.
  • 📃Break features and definitions into different lines in readme (#24 )
    • Updated readme.md to fix the line breaks and to reflect new updated features in Astral.context.getState and Astral.context.updateState.
  • 📃Updated CONTRIBUTING.md
    • Updated CONTRIBUTING.md to ensure updated contributing processes.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 May 21:46
e26a296
Compare
Choose a tag to compare

What's Changed

  • Release Patch v1.0.4 by @rabisnaqvi in #10
  • Added detailed documentation.
  • Added support to update multiple states at a time by passing an object into the Astral.context.updateState function.

Full Changelog: v1.0.3...v1.1.0

v1.0.2 (Patch Release)

21 May 01:10
cc94281
Compare
Choose a tag to compare

Updated documentation and build files

Added build files as release binaries.

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2 (Initial Release)

21 May 00:39
b041035
Compare
Choose a tag to compare

✨ First Release 🍻

Reach out to the documentation to see how everything works!

What's Changed

New Contributors

Full Changelog: https://github.com/rabisnaqvi/Astral.js/commits/v1.0.2