Skip to content

Releases: typescene/typescene

Major update 📦

05 May 08:49
Compare
Choose a tag to compare

This is a major update that includes a more stable and consistent API, bug fixes, and several useful features. Some sharp edges that previously existed have been sanded down, which should make it easier to get started.

These improvements are based on real-life experience with production apps, as well as the hard work of documenting everything on the Typescene website. Progress on the website has been slow, but will continue with renewed energy ASAP after this update. The goal is to provide more accessible Getting Started documentation as well as better examples for common tasks. Thanks for your patience if you have been waiting all this time 😀

Note: Some class methods have been deprecated, mostly related to event handling, although existing apps should still work. Open a discussion if you were using Typescene 3.0 and notice any issues with this update.

(NPM module and other packages will be updated today 5/5/2021)

Major update 🎉

26 Aug 07:59
Compare
Choose a tag to compare

This is a major update that incorporates lessons-learnt from the first public version.

  • Got rid of some features that weren't used in any demo or production code
  • Renamed some variables/properties/methods for increased consistency
  • Added a few shortcuts where it matters most

This version will be accompanied by a major documentation update, which is currently underway. Stay in touch through Twitter or the website to know when that's completed.

v3.0 beta

27 Jul 09:00
Compare
Choose a tag to compare
v3.0 beta Pre-release
Pre-release

This is a beta release for a new major version. All packages will be updated before marking this version as the latest version on NPM. For now, proceed with caution.

  • See #59 for details.

New code base

06 Sep 07:13
Compare
Choose a tag to compare
v2.10.0

Merge branch 'release/2.10.0'

v0.9.12 (#5)

13 Aug 10:19
Compare
Choose a tag to compare
v0.9.12 (#5) Pre-release
Pre-release

Minor additions and fixes

Restructured & improved

30 Jul 06:36
Compare
Choose a tag to compare
Pre-release

Ditched Lerna for a simple script-based monorepo approach. Also restructured the docs, and made a ton of improvements in the code.

These are now the official NPM packages for Typescene:

  • @typescene/core
  • @typescene/dom

Use the "DOM" package in your projects to get everything working on an HTML page. See the new documentation page about project setup to get started.

First published version

20 Mar 15:50
Compare
Choose a tag to compare
Pre-release

This project is now officially alive and kicking, with a website, documentation and all.

Focus for the following versions until v1.0.0:

  • Make Lerna publish work (it doesn't...)
  • A full test framework
  • More documentation (especially component classes)
  • Full working samples (can be integrated into docs)
  • Bug fixes, if any