Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
272 lines (143 loc) · 9.27 KB

CHANGELOG.md

File metadata and controls

272 lines (143 loc) · 9.27 KB

Changelog

0.8.0-rc.0 (2021-06-25)

Changed

  • ⬆️ Update dependencies (to RC) [65445e5]

Miscellaneous

  • Merge pull request #1 from davedbase/master [b65b755]
  • Oops forgot to bump Solid version [f678e96]
  • Remove the silly lock file [bbef783]
  • Changed createState to createStore [7478559]

0.7.0 (2021-04-10)

Changed

  • ⬆️ Update dependencies [9205685]

Miscellaneous

0.6.1 (2021-04-09)

Fixed

  • 🐛 Fix peerDependencies range [22fa5de]

Miscellaneous

0.6.0 (2021-04-09)

Changed

  • ⬆️ Update dependencies [c6b12f3]

Miscellaneous

0.5.0 (2021-03-20)

Added

  • ✨ Move to rollup-preset-solid [3ba165a]

0.4.1 (2021-02-09)

Changed

  • ⬆️ Update dependencies [9e4da75]

Miscellaneous

0.4.0 (2021-02-04)

Changed

  • ♻️ Align with solid 0.24.x changes [7a5c6a0]
  • ⬆️ Update vite to latest plugin [448a1d2]
  • ⬆️ Update playground dependencies [e6d8798]
  • ⬆️ Update dependencies [84faf94]

Miscellaneous

  • 📦 Updating changelog [f89cdbf]

0.3.1 (2021-02-03)

Added

Fixed

  • 🐛 Fixing package.json mapping export error [e1dda0d]

0.3.0 (2021-02-02)

Changed

  • ⬆️ Update playground dependencies [2668a34]
  • ⬆️ Update dependencies [56d7c79]

Removed

  • 🔥 Remove unused imports [fa0b2c3]

Fixed

  • 🐛 Fix bug with createApp providers [faf6d94]

0.2.1 (2021-01-23)

Fixed

  • 🐛 Fix major issue with provider orders in `createApp` util [8ad4696]

0.2.0 (2021-01-10)

Added

  • ✨ Adding globalState & globalSignal [b7ba161]
  • ➕ Adding bundle analyzer [4088a94]

Changed

  • 🔧 Fix file type on `source` [3020042]
  • ⬆️ Update dependencies [9e8a289]
  • 🔧 Export source as JSX [faea373]

Removed

  • 🔥 Remove useless file [c999625]

Miscellaneous

  • 📝 Wrote documentation for createGlobalSignal and createGlobalState [417f8f5]

0.1.9 (2021-01-05)

Fixed

0.1.8 (2021-01-05)

Added

  • ✨ Adding playground to test [5b80740]

Fixed

  • 🐛 Fix various issues [55c065f]

0.1.5 (2021-01-03)

Added

  • ✨ Fixing and adding effects [367f973]

Changed

  • ⚡ Improve createApp performances [3670bd5]

0.1.1 (2021-01-02)

Fixed

  • 🐛 Attempt to fix bug [65bc9ec]
  • ✏️ Fix minor typo in readme [7457ea7]

0.1.0 (2020-12-29)

Changed

  • ♻️ Reworked the createState signature [38b8bb3]

0.0.7 (2020-12-29)

Fixed

  • 🐛 Replace susepense by show to fix data loading issue [8780723]

Miscellaneous

0.0.6 (2020-12-29)

Added

  • ✨ Adding async function for state definition [a38616f]

Changed

  • ⬆️ Update dependencies [6cbfa89]

0.0.5 (2020-12-24)

Miscellaneous

  • 🏷️ Infer types for `.use` props [d103e89]
  • 📝 Adding extra information and fixed examples [e8afcbe]

0.0.4 (2020-12-24)

Added

  • ✨ Adding chainable createApp [5114fff]

Fixed

  • 🐛 Fix wrong props passed to the store function [60d219f]

0.0.3 (2020-12-20)

Miscellaneous

  • 🏷️ Can typescript be a worst language? [39e087e]
  • 🏷️ The thing typescript makes you do to get proper types [e30c6da]

0.0.2 (2020-12-20)

Added

  • ✨ Adding props capability to createStore [3339e8c]

Miscellaneous

  • 📝 Adding demo to README [4cc84b1]
  • 📝 Improving README [10c70f3]

0.0.1 (2020-12-20)

Added