Omermorad Mockingbird Versions Save

🐦 Decorator Powered TypeScript Library for Creating Mocks

v2.1.2

2 years ago

Features

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

v2.1.1

2 years ago

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

2 years ago

chore

BREAKING CHANGES

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

  • 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

2 years ago

Bug Fixes

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

v1.1.0

2 years ago

Features

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

v1.1.0-next.1

3 years ago

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

Features

  • add new types and sample (acc1776)

v1.0.0

3 years ago

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

3 years ago

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

3 years ago

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

Features

BREAKING CHANGES

  • names: Fixture is now Mock

v1.0.0-alpha.1

3 years ago

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

Features