Skip to content

Commit

Permalink
chore(version): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haltcase committed Jun 17, 2019
1 parent 8e347b1 commit ec3df3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<a name="2.0.0-rc.5"></a>
## [`2.0.0-rc.5`](https://github.com/citycide/trilogy/compare/v1.4.6...v2.0.0-rc.5) (2019-06-12)
<a name="2.0.0"></a>
## [`2.0.0`](https://github.com/citycide/trilogy/compare/v1.4.6...v2.0.0) (2019-06-12)

v2.0.0 is a significant release. This is a release candidate available on npm
under the `@next` tag. The highlights are:
v2.0.0 is a significant release. The highlights are:

* rewritten in TypeScript
* lifecycle hooks
Expand All @@ -13,18 +12,22 @@ To try it out, use:
```sh
# using yarn
yarn add trilogy@next
yarn add trilogy@2.0.0-rc.5
yarn add trilogy@2.0.0

# using npm
npm i trilogy@next
npm i trilogy@2.0.0-rc.5
npm i trilogy@2.0.0
```

The documentation has also been expanded and improved, and is available at
[https://trilogy.js.org](https://trilogy.js.org).

#### codename: solid source

trilogy has been rewritten in TypeScript, which has already paid off &mdash;
the last two 1.x patch releases contained fixes found in the process of refactoring
the code base with types. It also provides a much better editing experience:
trilogy has been rewritten in TypeScript, which paid off early and often &mdash;
two of the last three 1.x patch releases contained fixes found in the process of
refactoring the code base with types. It also provides a greatly improved editing
experience:

<details>
<summary>click to expand</summary>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trilogy",
"version": "2.0.0-rc.5",
"version": "2.0.0",
"description": "No-hassle SQLite with a document store style API.",
"license": "MIT",
"author": "Bo Lingen <lingenbw@gmail.com> (https://github.com/citycide)",
Expand Down

0 comments on commit ec3df3f

Please sign in to comment.