Skip to content

Releases: omermorad/mockingbird

mockingbird v2.1.2

08 Dec 19:27
Compare
Choose a tag to compare

Features

  • feat(parser): add regex functionality/handler (#98)

v2.1.1

21 Aug 13:26
Compare
Choose a tag to compare

Bug Fixes

  • fix broken packages because of 'types' (instead common) (#94) (fca274a)

  • add some missing documentation to mock builder and factory (#85) (45caa62)

  • change ignore term to omit (deprecation) (#86) (f3b3ab9)

  • fix plain functionality to work with primitives (4fb5dcc)

Features

  • add pick functionality to mock builder (#89)

v2.0.0

31 Jul 16:35
Compare
Choose a tag to compare

chore

BREAKING CHANGES

  • release: MockFactory is now an instance (TClass) and not ClassLiteral

  • refactor: change some var names and error

  • test(class-processor): refactor test turning into integration instead of unit

  • feat(fluent-api): add fluent api (builder) functionality and persistence

Add fluent API to enable methods chaining with ability to persist the mock

  • release: MockFactory is now a function and not a class, changed the original to
    MockGenerator. Add fluent API and ability to persist mock data
  • release: MockFactory changed to be MockGenerator
  • release: MockFactory changed to be MockGenerator
  • release: MockGenerator is not exported anymore, use MockFactory instead

v1.1.1

09 Jul 07:23
Compare
Choose a tag to compare

Bug Fixes

  • Fixes v1.1.0 package installation failure & dep updates (#36) (7302e9b), closes #35

v1.1.0

08 Jul 15:39
Compare
Choose a tag to compare

Features

  • Remove redundant generics
  • Fix documnation errors and typos
  • Add awesome logo
  • Update dependecies
  • Add new sample

v1.1.0-next.1

10 Feb 18:36
Compare
Choose a tag to compare
v1.1.0-next.1 Pre-release
Pre-release

1.1.0-next.1 (2021-02-10)

Features

  • add new types and sample (acc1776)

v1.0.0

09 Feb 22:01
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

1.0.0 (2021-02-09)

Bug Fixes

  • signatures: remove redundant signature for Date type overload (e4fbbc1)

Code Refactoring

  • types: add some new types to be more accurate (d4eba88)

Continuous Integration

  • release: add beta as pre-release branch (aed0c09)

Features

BREAKING CHANGES

  • types: New MockedClass type
  • release: Add 'tslib' as dependency

v1.0.0-rc.1

05 Feb 18:33
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

1.0.0-rc.1 (2021-02-05)

Bug Fixes

  • signatures: remove redundant signature for Date type overload (e4fbbc1)

Continuous Integration

  • release: add beta as pre-release branch (aed0c09)

Features

BREAKING CHANGES

  • release: Add 'tslib' as dependency

v1.0.0-beta.1

04 Feb 09:18
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2021-02-04)

Features

BREAKING CHANGES

  • names: Fixture is now Mock

v1.0.0-alpha.1

28 Jan 14:44
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2021-01-28)

Features