preparing 0.0.4 release

This commit is contained in:
Umed Khudoiberdiev 2016-12-07 17:03:34 +05:00
parent 7d477fd8cf
commit 6a283168ab
4 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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).

View File

@ -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",

View File

@ -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",