Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version 3.0.0 #127

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

chore: version 3.0.0 #127

wants to merge 28 commits into from

Conversation

omermorad
Copy link
Owner

No description provided.

* chore(sample): replace sample version

* build: strategy change with preconstruct

Add preconstruct and babel to build process

* chore: fix packages build

* ci: change order build and test

* chore: add commit lint to deps

* ci: fix ci

* ci: fix ci

* ci: fix ci
@codecov
Copy link

codecov bot commented Dec 12, 2021

Codecov Report

Merging #127 (9370127) into master (4214283) will decrease coverage by 8.91%.
The diff coverage is 82.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
- Coverage   93.90%   84.98%   -8.92%     
==========================================
  Files          17       18       +1     
  Lines         279      453     +174     
  Branches       42      120      +78     
==========================================
+ Hits          262      385     +123     
- Misses         12       18       +6     
- Partials        5       50      +45     
Impacted Files Coverage 螖
...kages/mockingbird/src/lib/builder/mock-producer.ts 83.33% <酶> (+11.90%) 猬嗭笍
...ackages/parser/src/lib/generator/mock-generator.ts 71.73% <酶> (+10.20%) 猬嗭笍
...kages/parser/src/lib/handlers/primitive-handler.ts 83.87% <0.00%> (-16.13%) 猬囷笍
packages/reflect/src/lib/class-reflector.ts 92.59% <66.66%> (-2.87%) 猬囷笍
...r/src/lib/handlers/faker-callback-value-handler.ts 76.66% <72.00%> (酶)
...ages/parser/src/lib/handlers/enum-value-handler.ts 84.37% <80.00%> (-15.63%) 猬囷笍
...src/lib/handlers/array-of-classes-value-handler.ts 86.11% <83.33%> (酶)
...ckages/reflect/src/lib/property-decorator-value.ts 89.18% <89.28%> (+4.57%) 猬嗭笍
.../parser/src/lib/handlers/class-callback-handler.ts 76.47% <100.00%> (酶)
...r/src/lib/handlers/object-literal-value-handler.ts 75.00% <100.00%> (-25.00%) 猬囷笍
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 4214283...9370127. Read the comment docs.

BREAKING CHANGE:
Change ObjectLiteral, add enum types and remove MultiClass
Change some names
BREAKING CHANGE:
Remove export of `MockOptions`
`Mock` decorator now takes different options
Classes and enums in `Mock` decorator are now passed with lazy evaluation (through a function)
BREAKING CHANGE:
Handlers are now processing classes and enums differently
Logic changes for processing objects and faker
BREAKING CHANGE:
Change the values `@Mock` decorator can take, classes and enums are now different
Add second arg for `@Mock` to receive options
 - @mockingbird/common@3.0.0-rc.0
 - @mockingbird/logger@1.0.0-rc.0
 - mockingbird@3.0.0-rc.0
 - @mockingbird/parser@4.0.0-rc.0
 - @mockingbird/reflect@4.0.0-rc.0
 - @mockingbird/common@3.0.0-rc.1
 - mockingbird@3.0.0-rc.1
 - @mockingbird/parser@4.0.0-rc.1
 - @mockingbird/reflect@4.0.0-rc.1
* chore: change tsconfig settings and exports

Add isolatedModules option
Change tsc target to es2018
Change exports of mockingbird due to this changes

* chore: change lerna settings

* chore: change ci scripts
BREAKING CHANGE:
Remove the options to set different faker locale
 - @mockingbird/common@3.0.0-rc.2
 - @mockingbird/logger@1.0.0-rc.1
 - mockingbird@3.0.0-rc.2
 - @mockingbird/parser@4.0.0-rc.2
 - @mockingbird/reflect@4.0.0-rc.2
build: change build strategy remove preconstruct
 - @mockingbird/common@3.0.0-rc.3
 - @mockingbird/logger@1.0.0-rc.2
 - mockingbird@3.0.0-rc.3
 - @mockingbird/parser@4.0.0-rc.3
 - @mockingbird/reflect@4.0.0-rc.3
@omermorad omermorad changed the title chore: next version chore: version 3.0.0 Jan 21, 2022
Change dependency `faker` to `@faker-js/faker` package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant