Releases: omermorad/mockingbird
Releases · omermorad/mockingbird
mockingbird v2.1.2
v2.1.1
v2.0.0
chore
- release: release version v2.0.0 (#53) (f598ef3), closes #51 #40 #42 #37 #46 #47 #49 #50 #52 #54 #42 #55 #42 #56 #57 #58 #59 #60 #42 #61 #62 #64 #63 #67 #68
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
v1.1.0
v1.1.0-next.1
v1.0.0
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
- release: release new beta version (bda5aa7)
- alpha release (#12) (5682bb4)
- faker.ts initial (#6) (714fc05), closes #4 #7 #8
BREAKING CHANGES
- types: New MockedClass type
- release: Add 'tslib' as dependency
v1.0.0-rc.1
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
- release: release new beta version (bda5aa7)
- alpha release (#12) (5682bb4)
- faker.ts initial (#6) (714fc05), closes #4 #7 #8
BREAKING CHANGES
- release: Add 'tslib' as dependency
v1.0.0-beta.1
1.0.0-beta.1 (2021-02-04)
Features
BREAKING CHANGES
- names: Fixture is now Mock