Skip to content

Releases: jasond-s/fluent-fix

v0.4.0

08 Sep 16:15
Compare
Choose a tag to compare

Out of beta!

This is the first feature complete version that has been tested enough in the wild to get out of beta. No major version change as nothing has been broken just more features added.

There are some inconsistencies around Date in default and non default generator modes that need to be addressed and enhancements around function mocking that might break the code moving into v1. But I am confident to say this is fully usable in production now.

Major changes:

  1. Support for default values for all generator types.
  2. Support for 'default objects' by way to a tag property on the object passed to the ObjectGenerator.

Happy testing guys 👍

v0.3.1-beta

08 Sep 09:21
Compare
Choose a tag to compare
v0.3.1-beta Pre-release
Pre-release

This is the first feature complete pre-release version. It contains all of the ideas and features that I want to have in the initial version, but it is still open to some changes and extensions.

I will be using and testing this as much as possible and will hopefully be able to convert this straight to a an RC for v1. This will depend on the uptake as I am don't have a lot of time to promote the usage of the library and obviously my own usage is limited and biased.

I may have to move the 'like' generator extension out of v1 as thinking time is in as short supply as user testing.

The release is available on NPM and should be sourced in that manner:

npm install [email protected] --save-dev

v0.0.1-alpha.9

03 Feb 10:15
Compare
Choose a tag to compare
v0.0.1-alpha.9 Pre-release
Pre-release

Current pre-alpha.

Note: This is the development alpha release, being tested in the wild. Still very much open to revision. Should be considered unstable, it mostly works, but there is no guarantee the API you are using will not completely break tomorrow in ways you will not expect.

Once the version moves on to 0.0.2-alpha (aka, no alpha.x) I would consider it safe for trial consumption.