|
| 1 | +# 11/17/2017 |
| 2 | + |
| 3 | +* Add liftoff script, setup docs, and more contributing details per https://github.com/mapbox/node-cpp-skel/pull/87 |
| 4 | + |
| 5 | +# 10/31/2017 |
| 6 | + |
| 7 | +* Add [sanitzer flag doc](https://github.com/mapbox/node-cpp-skel/pull/84) |
| 8 | +* Add [sanitizer script](hhttps://github.com/mapbox/node-cpp-skel/pull/85) and enable [leak sanitizer](https://github.com/mapbox/node-cpp-skel/commit/725601e4c7df6cb8477a128f018fb064a9f6f9aa) |
| 9 | +* |
| 10 | + |
| 11 | +# 10/20/2017 |
| 12 | + |
| 13 | +* Add [code of conduct](https://github.com/mapbox/node-cpp-skel/pull/82) |
| 14 | +* Add [CC0 license](https://github.com/mapbox/node-cpp-skel/pull/82) |
| 15 | +* Point to [cpp glossary](https://github.com/mapbox/node-cpp-skel/pull/83) |
| 16 | + |
| 17 | +# 10/12/2017 |
| 18 | + |
| 19 | +* Update compiler flags per best practices per https://github.com/mapbox/cpp/issues/37 |
| 20 | + - https://github.com/mapbox/node-cpp-skel/pull/80 |
| 21 | + - https://github.com/mapbox/node-cpp-skel/pull/78 |
| 22 | + - https://github.com/mapbox/node-cpp-skel/pull/77 |
| 23 | + |
| 24 | +# 09/10/2017 |
| 25 | + |
| 26 | +* [Sanitize update](https://github.com/mapbox/node-cpp-skel/pull/74) |
| 27 | + |
| 28 | +# 08/24/2017 |
| 29 | + |
| 30 | +* Clang tidy updates |
| 31 | + - https://github.com/mapbox/node-cpp-skel/pull/68 |
| 32 | + - https://github.com/mapbox/node-cpp-skel/issues/65 |
| 33 | + - https://github.com/mapbox/node-cpp-skel/pull/64 |
| 34 | + - https://github.com/mapbox/node-cpp-skel/pull/66 |
| 35 | + |
| 36 | +# 08/15/2017 |
| 37 | + |
| 38 | +* Add [bench scripts](https://github.com/mapbox/node-cpp-skel/pull/61) for async examples |
| 39 | + |
| 40 | +# 08/09/2017 |
| 41 | + |
| 42 | +* Add comments about "new" allocation |
| 43 | + |
| 44 | +# 08/08/2017 |
| 45 | + |
| 46 | +* Add [clang-format](https://github.com/mapbox/node-cpp-skel/pull/56) |
| 47 | + |
| 48 | +# 08/04/2017 |
| 49 | + |
| 50 | +* Use Nan's safer and high performance `Nan::Utf8String` when accepting string args per https://github.com/mapbox/node-cpp-skel/pull/55 |
| 51 | + |
| 52 | +# 08/3/2017 |
| 53 | + |
| 54 | +* Reorganize [documentation](https://github.com/mapbox/node-cpp-skel/pull/53) |
| 55 | + |
| 56 | +# 07/21/2017 |
| 57 | + |
| 58 | +* Add [object_async example](https://github.com/mapbox/node-cpp-skel/pull/52) |
| 59 | + |
| 60 | +# 07/11/2017 |
| 61 | + |
| 62 | +* Add [build docs](https://github.com/mapbox/node-cpp-skel/pull/51) |
| 63 | + |
| 64 | +* It begins |
0 commit comments