Skip to content

Commit

Permalink
v1.3.3 - Dynamic Prisma Types
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCates committed Jun 23, 2023
1 parent d8ec005 commit da00f5a
Show file tree
Hide file tree
Showing 26 changed files with 189 additions and 112 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 🛠️ CHANGELOG

## v1.3.3

- Dynamic type inference for prisma type generators

- `path` refactoring to support all formats (`.ts`, `.tsx` and no suffix).

## v1.3.2

- Updates prisma type generation nomenclature (hotfix)
Expand Down
11 changes: 5 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ when conveying this work.

The full and exhaustive list of those sources excepted from the AGPLv3 are:

* The Google Maps API v3 located at: http://maps.google.com/maps/api/js
* The twitter "follow button" widget located at http://platform.twitter.com/widgets.js
* The GitHub Gist API located at http://gist.github.com/{id}.js. This applies only to
* The Google Maps API v3 located at: <http://maps.google.com/maps/api/js>
* The twitter "follow button" widget located at <http://platform.twitter.com/widgets.js>
* The GitHub Gist API located at <http://gist.github.com/{id}.js>. This applies only to
the javascript coded issues by GitHub Inc. and explicitly does not apply to the
content of any GitHub gist.
* The disqus API located at http://<name>.disqus.com/embed.js where <name> is the
* The disqus API located at <http://<name>.disqus.com/embed.js> where <name> is the
userid of the forum.


Additional terms to AGPLv3
-------------------------

Expand All @@ -45,4 +44,4 @@ c) Attribution hyperlinks in the footer have to be kept unaltered.
d) You may add your name to the list of copyright holder(s) in the footer if you make
changes to the work, keeping intact all other copyright holder names

e) Changes to these terms require written permission by the copyright holder(s).
e) Changes to these terms require written permission by the copyright holder(s).
12 changes: 2 additions & 10 deletions dist/src/generators/api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/generators/api.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions dist/src/generators/component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/generators/component.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions dist/src/generators/inject.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da00f5a

Please sign in to comment.