Skip to content

Commit

Permalink
use object equality checking
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8890 committed Aug 24, 2015
1 parent d65456b commit 1e4dfc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


##### 1.1.4 (2015-08-24)
- Fix: use `deep-equal` for object equality checking in the included adapters.


##### 1.1.3 (2015-08-24)
- Feature: support HTTP compression by default.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fortune",
"description": "High-level I/O for web applications.",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion website/templates/home.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>Fortune is a high-level I/O library for web applications. It provides an implementation of <a href="https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model">entity-relationship modelling</a>, is agnostic about data storage, and can be used to power real-time (<a href="http://fortunejs.com/api/#net-websocket">WebSocket</a>) and <a href="https://en.wikipedia.org/wiki/Hypermedia">hypermedia</a> applications (<a href="http://martinfowler.com/articles/richardsonMaturityModel.html">REST Level 3</a>).</p>
<p>The latest version is <strong>{{version}}</strong>, get it from <code>npm</code>:</p>
<p>Version 1.0 was released on 16 August 2015, which should be considered stable. The latest version is <strong>{{version}}</strong>, get it from <code>npm</code>:</p>
<pre class="install"><code>npm install <span class="hljs-literal">fortune</span> <span class="hljs-string">--save</span></code></pre>
<h4>Example</h4>

0 comments on commit 1e4dfc6

Please sign in to comment.