Skip to content

Commit

Permalink
prepare for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoopa committed Jan 22, 2015
1 parent b6aa53e commit 3ba62b3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# NAN ChangeLog

**Version 1.5.0: current Node unstable: 0.11.14, Node stable: 0.10.35, io.js: 1.0.1**
**Version 1.5.2: current Node unstable: 0.11.15, Node stable: 0.10.35, io.js: 1.0.3**

### 1.5.2 Jan 23 2015

- Bugfix: Fix non-inline definition build error with clang++ 21d96a1, 60fadd4
- Bugfix: Readded missing String constructors 18d828f
- Bugfix: Add overload handling NanNew<FunctionTemplate>(..) 5ef813b
- Bugfix: Fix uv_work_cb versioning 997e4ae
- Bugfix: Add function factory and test 4eca89c
- Bugfix: Add object template factory and test cdcb951
- Correctness: Lifted an io.js related typedef c9490be
- Correctness: Make explicit downcasts of String lengths 00074e6
- Windows: Limit the scope of disabled warning C4530 83d7deb


### 1.5.1 Jan 15 2015

- Build: version bump

### 1.4.3 Jan 15 2015

- Build: version bump

### 1.4.2 Jan 15 2015

- Feature: Support io.js 0dbc5e8

### 1.5.0 Jan 14 2015

Expand All @@ -9,6 +34,7 @@
- Feature: Implement progress to NanAsyncWorker 8d6a160

### 1.4.1 Nov 8 2014

- Bugfix: Handle DEBUG definition correctly
- Bugfix: Accept int as Boolean

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Native Abstractions for Node.js

**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12.**

***Current version: 1.5.1***
***Current version: 1.5.2***

*(See [CHANGELOG.md](https://github.com/rvagg/nan/blob/master/CHANGELOG.md) for complete ChangeLog)*

Expand Down
2 changes: 1 addition & 1 deletion nan.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* MIT License <https://github.com/rvagg/nan/blob/master/LICENSE.md>
*
* Version 1.5.0: current Node unstable: 0.11.14, Node stable: 0.10.35, io.js: 1.0.1
* Version 1.5.2: current Node unstable: 0.11.15, Node stable: 0.10.35, io.js: 1.0.3
*
* See https://github.com/rvagg/nan for the latest update to this file
**********************************************************************************/
Expand Down

0 comments on commit 3ba62b3

Please sign in to comment.