Skip to content

Releases: steelbreeze/state

Make getCurrent method of instance classes public

28 Jun 14:54
Compare
Choose a tag to compare

Make getCurrent method of instance classes public thereby making it easier to query the current state.

Align version numbers

25 Jun 09:53
Compare
Choose a tag to compare
v6.0.0-beta.4

Align github and npm version numbers

Customisable logging

25 Jun 09:36
Compare
Choose a tag to compare

Enable custom logging through code such as:

state.setLogger({
	log: () => {},
	error: (message) => console.error(`ERROR: ${message}`) 
});

Reinstate console logging

23 Aug 06:06
Compare
Choose a tag to compare

This version of the beta reinstates logging to the console; a future version will create customisable logging.

Fix package.json

22 Aug 17:44
Compare
Choose a tag to compare
v6.0.0-beta.1

Find a semver for beta 1 that npm is happy with

Fix package.json

22 Aug 17:35
Compare
Choose a tag to compare
v6.0.0-beta+1

Update beta version

Beta release of v6

22 Aug 05:39
Compare
Choose a tag to compare

This is the first beta of the v6 code; it works under node, but has not yet been packaged for web use.