Skip to content

Releases: vitaly-t/spex

v.0.2.8

24 Oct 00:44
Compare
Choose a tag to compare

Allow empty object {} to be a valid empty list of optional parameters.

Previously, it was throwing an error when {} was passed.

v.0.2.7

23 Oct 06:12
Compare
Choose a tag to compare

Documentation updates.

v.0.2.6

22 Oct 03:45
Compare
Choose a tag to compare
  • minor code refactoring
  • many documentation updates

v.0.2.5

22 Oct 02:00
Compare
Choose a tag to compare

Alternative syntax added to each method, to accept all optional parameters as properties of an object.

Documentation and tests have been updated accordingly.

v.0.2.4

19 Oct 03:57
Compare
Choose a tag to compare

Documentation updates.

v0.2.2

18 Oct 21:16
Compare
Choose a tag to compare

Initial streams support.

The protocol now includes namespace stream to contain any methods relevant to working with streams.

So far only method read has been implemented.

v.0.2.3

18 Oct 22:25
Compare
Choose a tag to compare

Quick correction for the resolve result from the new method read.

Property size is replaced with length, as it represents the virtual length as provided by the stream, and not necessarily the total number of bytes read from the stream.

v.0.2.1

18 Oct 06:46
Compare
Choose a tag to compare
v.0.2.1 Pre-release
Pre-release

All tests for the new method stream.read are finished, with 100% coverage.

Documentation for the new method is currently in the works.

v.0.2.0

18 Oct 03:49
Compare
Choose a tag to compare
v.0.2.0 Pre-release
Pre-release

This is just an initial draft of adding streams to the library.

No documentation or tests written for it yet.

v.0.1.18

16 Oct 04:14
Compare
Choose a tag to compare

Documentation updates.