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

feat: support projecting enums #18

Merged
merged 10 commits into from
Mar 19, 2021
Merged

feat: support projecting enums #18

merged 10 commits into from
Mar 19, 2021

Commits on Mar 18, 2021

  1. feat: support projecting enums

    closes #16
    
    - [ ] default JSDoc for an enum when non is defined in the prisma schema
    - [ ] tests covering default JSDoc
    - [ ] documentation
    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2a7d142 View commit details
    Browse the repository at this point in the history
  2. fix eslint

    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8cffe8f View commit details
    Browse the repository at this point in the history
  3. fix import error

    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    95f4e2f View commit details
    Browse the repository at this point in the history
  4. add enum to e2e test

    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    9374447 View commit details
    Browse the repository at this point in the history
  5. fix

    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2f11f1a View commit details
    Browse the repository at this point in the history
  6. N/A message

    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    32c9ac9 View commit details
    Browse the repository at this point in the history
  7. chore(docs): readme TOC

    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    05962cf View commit details
    Browse the repository at this point in the history
  8. add docs

    jasonkuhrt committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    f36ed3a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    8c6d889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4805890 View commit details
    Browse the repository at this point in the history