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’ll 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

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    03595b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b0230 View commit details
    Browse the repository at this point in the history
  3. build: add preconstruct (#126)

    * 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
    omermorad authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    e07cc13 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    c0d5c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18df26 View commit details
    Browse the repository at this point in the history
  3. refactor(common): change basic types

    BREAKING CHANGE:
    Change ObjectLiteral, add enum types and remove MultiClass
    Change some names
    omermorad committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    0bf071f View commit details
    Browse the repository at this point in the history
  4. refactor(mockingbird): remove redundant types, change exports

    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)
    omermorad committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    81b0be7 View commit details
    Browse the repository at this point in the history
  5. refactor(parser): change handlers order and handlers logic

    BREAKING CHANGE:
    Handlers are now processing classes and enums differently
    Logic changes for processing objects and faker
    omermorad committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    a6374f5 View commit details
    Browse the repository at this point in the history
  6. refactor(reflect): change the types of mock decorator can take

    BREAKING CHANGE:
    Change the values `@Mock` decorator can take, classes and enums are now different
    Add second arg for `@Mock` to receive options
    omermorad committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    27a2c58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24cab0c View commit details
    Browse the repository at this point in the history
  8. chore(packages): version packages [skip ci]

     - @mockingbird/[email protected]
     - @mockingbird/[email protected]
     - [email protected]
     - @mockingbird/[email protected]
     - @mockingbird/[email protected]
    omermorad committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    253e677 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    d3b06a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f30527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a65bd View commit details
    Browse the repository at this point in the history
  4. ci: add tests report to ci

    omermorad committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    13a7adc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e1132 View commit details
    Browse the repository at this point in the history
  6. chore: tsconfig and exports (#131)

    * 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
    omermorad authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9bfda2e View commit details
    Browse the repository at this point in the history
  7. refactor(parser): remove faker locale option

    BREAKING CHANGE:
    Remove the options to set different faker locale
    omermorad committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c99387d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d5ca77 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d2628d View commit details
    Browse the repository at this point in the history
  10. chore(packages): version packages [skip ci]

     - @mockingbird/[email protected]
     - @mockingbird/[email protected]
     - [email protected]
     - @mockingbird/[email protected]
     - @mockingbird/[email protected]
    omermorad committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    0dd5754 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6988b18 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #132 from omermorad/build/change-strategy

    build: change build strategy remove preconstruct
    omermorad authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    6c80992 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    859bb82 View commit details
    Browse the repository at this point in the history
  14. revert: change build strategy remove preconstruct

    This reverts commit 6988b18
    omermorad committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a86d0af View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bfc3ae2 View commit details
    Browse the repository at this point in the history
  16. chore(packages): version packages [skip ci]

     - @mockingbird/[email protected]
     - @mockingbird/[email protected]
     - [email protected]
     - @mockingbird/[email protected]
     - @mockingbird/[email protected]
    omermorad committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4338fb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. chore: update old faker package to a new one (#136)

    Change dependency `faker` to `@faker-js/faker` package
    omermorad authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    9370127 View commit details
    Browse the repository at this point in the history