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

WIP: Next #73

Closed
wants to merge 19 commits into from
Closed

WIP: Next #73

wants to merge 19 commits into from

Conversation

michaelyali
Copy link
Member

No description provided.

Diluka and others added 19 commits March 27, 2019 15:57
fork, make changes, install and try :)
1. refactor package.json
2. export `./typeorm/*` as namespace `forTypeORM`. This can avoid import from path. Make it easier to switch install location from npm to github.
… drop support and fix deprecated warnings
1. add `prettier` to format code `-D`
2. add `lodash` for tests `-D`
3. parse number, boolean, null in filter and entity
4. skip object parse
5. **BREAKING** to keep number, boolean, null in string shall using `"` to quote.
e.g. `'"123"'` will be parsed to string `"123"`
fix(query): data type in filter value
Update version to 3.2.0
fork, make changes, install and try :)
1. refactor package.json
2. export `./typeorm/*` as namespace `forTypeORM`. This can avoid import from path. Make it easier to switch install location from npm to github.
1. add `prettier` to format code `-D`
2. add `lodash` for tests `-D`
3. parse number, boolean, null in filter and entity
4. skip object parse
5. **BREAKING** to keep number, boolean, null in string shall using `"` to quote.
e.g. `'"123"'` will be parsed to string `"123"`
@michaelyali
Copy link
Member Author

Closing in favor of #88

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.

2 participants