mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
preparing 0.0.4 release
This commit is contained in:
parent
7d477fd8cf
commit
6a283168ab
@ -2,6 +2,7 @@
|
||||
|
||||
* fixed problem when `order by` is used with `limit`
|
||||
* fixed problem when `decorators-shim.d.ts` exist and does not allow to import decorators (treats like they exist in global)
|
||||
* fixed Sql Server driver bugs
|
||||
|
||||
# 0.0.3
|
||||
|
||||
|
||||
@ -7,11 +7,11 @@
|
||||
> Please support a project by simply putting a github star.
|
||||
Share this library with friends on twitter and everywhere else you can.
|
||||
|
||||
> ORM is in active development. Don't be frustrated with bugs if you face them.
|
||||
> ORM is in active development, but main API is pretty stable.
|
||||
If you notice bug or have something not working please report an issue, we'll try to fix it as soon as possible.
|
||||
More documentation and features expected to be soon. Feel free to contribute.
|
||||
|
||||
> 0.0.3 is released! Most notable changes are in the [changelog](./CHANGELOG.md).
|
||||
> 0.0.4 is released! Most notable changes are in the [changelog](./CHANGELOG.md).
|
||||
|
||||
TypeORM is an [Object Relational Mapper](1) (ORM) for node.js written in
|
||||
TypeScript that can be used with TypeScript or JavaScript (ES5, ES6, ES7).
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "typeorm",
|
||||
"private": true,
|
||||
"version": "0.0.4-alpha.1",
|
||||
"version": "0.0.4",
|
||||
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases.",
|
||||
"license": "MIT",
|
||||
"readmeFilename": "README.md",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "typeorm-browser",
|
||||
"private": true,
|
||||
"version": "0.0.4-alpha.1",
|
||||
"version": "0.0.4",
|
||||
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases.",
|
||||
"license": "MIT",
|
||||
"readmeFilename": "README.md",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user