satisfier

Manage and generate artifacts to test data across boundaries

MIT License

Downloads
936
Stars
2
Committers
7

Bot releases are hidden (Show)

satisfier - v4.2.0

Published by unional over 6 years ago

4.2.0 (2018-02-17)

Features

satisfier - v4.1.1

Published by unional over 6 years ago

4.1.1 (2018-02-03)

Bug Fixes

satisfier - v4.1.0

Published by unional almost 7 years ago

4.1.0 (2018-01-21)

Features

satisfier - v4.0.0

Published by unional almost 7 years ago

4.0.0 (2018-01-21)

Features

BREAKING CHANGES

  • predicate expectation will get the whole array instead of individual entry.
    That actually will create confusion and limit usage.

Getting the whole array allows you to check any relationship between the entries.

  • doc: update array example

  • test: add test for array

  • chore: remove unused import

  • fix: Expectation type to take Function

Remove assertron as devDeps

  • Add doc to has()

  • doc: update readme for build in predicates

satisfier - v3.1.2

Published by unional almost 7 years ago

3.1.2 (2018-01-19)

Bug Fixes

satisfier - v3.1.1

Published by unional almost 7 years ago

3.1.1 (2018-01-14)

Bug Fixes

  • ignore undefined in array for object property (#37) (37782b2)
satisfier - v3.1.0

Published by unional almost 7 years ago

3.1.0 (2018-01-14)

Features

  • support indexing when checking against array. (#36) (9163af2)
satisfier - v3.0.3

Published by unional almost 7 years ago

3.0.3 (2018-01-14)

Bug Fixes

  • object test agains null or undefined (#35) (20ab9ef)
satisfier - v3.0.2

Published by unional almost 7 years ago

3.0.2 (2018-01-14)

Bug Fixes

  • fix array and undefined entry support (#34) (8cfa9ea)
satisfier - v3.0.1

Published by unional almost 7 years ago

3.0.1 (2018-01-13)

Bug Fixes

  • update readme to remove spy (f060704)
satisfier - v3.0.0

Published by unional almost 7 years ago

3.0.0 (2018-01-13)

Features

BREAKING CHANGES

  • the spy() feature is removed.
    It does not really belong to this package.
    It is moved to komondor

  • fix: remove extra interfaces

satisfier - v2.2.0

Published by unional almost 7 years ago

2.2.0 (2018-01-13)

Bug Fixes

Features

  • add invokedCallback to CallRecord. (#31) (2dba9b1)
satisfier - v2.1.4

Published by unional almost 7 years ago

2.1.4 (2018-01-12)

Bug Fixes

  • CallRecord tersifies without undefined properties. (#29) (7f6c5f8)
satisfier - v2.1.3

Published by unional almost 7 years ago

2.1.3 (2018-01-11)

Bug Fixes

satisfier - v2.1.2

Published by unional almost 7 years ago

2.1.2 (2018-01-11)

Bug Fixes

satisfier - v2.1.1

Published by unional almost 7 years ago

2.1.1 (2018-01-11)

Bug Fixes

satisfier - v2.1.0

Published by unional almost 7 years ago

2.1.0 (2018-01-11)

Features

satisfier - v2.0.1

Published by unional almost 7 years ago

2.0.1 (2018-01-10)

Bug Fixes

satisfier - v2.0.0

Published by unional almost 7 years ago

2.0.0 (2018-01-10)

Features

BREAKING CHANGES

  • renamed CallRecord to CallEntry
    CallRecord represents a serializable record.
    renamed CallEntry properties from arguemnts and result to inputs, output to that it works better with spread operator (because arguments is reserved).

  • test: add tersify test for asyncError

chore: enable codecov

satisfier - v1.0.1

Published by unional almost 7 years ago

1.0.1 (2018-01-10)

Bug Fixes