Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from christkv/master
Browse files Browse the repository at this point in the history
Get the upstream changes
  • Loading branch information
maximmai committed Mar 9, 2016
2 parents 8d67d8e + 02dd768 commit cba8de7
Show file tree
Hide file tree
Showing 8 changed files with 455 additions and 386 deletions.
13 changes: 13 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.1.13 2015-10-05
-----------------
- Upgrade to nan 2.0.9 (Issue #27, https://github.com/guymguym)
- Removed pre-gyp code as no longer needed.

0.1.12 2015-08-06
-----------------
- Undefined fields serialized as null values in arrays.

0.1.11 2015-08-06
-----------------
- Undefined fields are omitted from serialization.

0.1.10 2015-06-17
-----------------
- No longer print to console.error if driver did not load correctly.
Expand Down
21 changes: 0 additions & 21 deletions appveyor.yml

This file was deleted.

10 changes: 3 additions & 7 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
}
}],
['OS=="win"', {
'configurations': {
'Release': {
'msvs_settings': {
'VCCLCompilerTool': {
'ExceptionHandling': 1
}
}
'msvs_settings': {
'VCCLCompilerTool': {
'ExceptionHandling': 1
}
}
}]
Expand Down
Loading

0 comments on commit cba8de7

Please sign in to comment.