Skip to content

Commit b04bfde

Browse files
authored
Merge pull request #5 from neocotic/develop
Release 0.2.0
2 parents d43cc1e + 56d3213 commit b04bfde

19 files changed

+2904
-65
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ sudo: false
22
language: node_js
33
node_js:
44
- "8"
5-
- "9"
5+
- "10"
6+
- "11"
67
script:
78
- npm test
89
after_success:
910
- npm run coverage
1011
notifications:
1112
email: false
12-
slack:
13-
rooms:
14-
- secure: Bu+WX8d4eWg+hubGeMZQ5j/mdt0LmRbohp3NO9DQGi2/026Z7N/tGkienEaD8oOQY3ZORaQuGbMCLBHrMWUIAz8kaeMqtvRjj3a8ZGNVZ/2kFLwv2gQnMGkigULZNbDFKRd6I7WkEfOUU4ANsXNDzsfdM3h2jXbIGew922adF0GkQGm8npLAfshj32Mogwe1oU78pVFukW8TcWrL2iZDRaBk2mrPYfTyP3scbdYeOIDDgWvnV0DkXHP2oPI9mMjzuIOBEXF5cBv7wMMHOu1/dtZzN/zrMB1Hm0iFsdb2TT8NgpTjaxb3y0JuEgC+e1TB6VznZ53HwED5G4eDBFE7Nz4iJ1y4rMTOzDxqMhXPOgwD4DOg2JDgZeT3bm1De63fpeM7vbfuZnGAnm5u9NR2ylVcH0yCCfdH0WV0nhA+k384MQH/WJe1xerrIu7kMOh6VyM7BxgDvpROn3vWrkWfPWufXeyX8ZSaA2j0OcYpQ4nfF2dhsmCEMeKhNU5AgdJhCVa97STsLz8lH9RMSrYz95HH/y6Yz3YZ6te+lCZLokNjo3vO89+hoUHCe5obxwxD9zLWsBhtxtKKgzLGn45JSZOA5zr3QNhQlzw8FkDBrVyLlYKUoP2+kW8eZpTM0udRClSrquXf1Kf0pbReKHemrK73arSMesd/FAjM8hRCtIA=
15-
on_failure: change
16-
on_success: change

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 0.2.0, 2018.12.04
2+
3+
* added package-lock.json file to enable "npm audit" [b2ff6af](https://github.com/neocotic/node-native2ascii/commit/b2ff6af)
4+
* moved from !ninja to neocotic [7111853](https://github.com/neocotic/node-native2ascii/commit/7111853)
5+
* modified CI to now target Node.js 8, 10, and 11 [6471d3a](https://github.com/neocotic/node-native2ascii/commit/6471d3a)
6+
* bumped devDependencies [5673ff3](https://github.com/neocotic/node-native2ascii/commit/5673ff3)
7+
* bumped dependencies [40dc1e9](https://github.com/neocotic/node-native2ascii/commit/40dc1e9)
8+
* corrected input/output syntax for API examples [d475abd](https://github.com/neocotic/node-native2ascii/commit/d475abd)
9+
110
## Version 0.1.2, 2018.01.25
211

312
* Move Unicode escape and unescape logic out to new `escape-unicode` and `unescape-unicode` modules respectively
@@ -7,7 +16,7 @@
716

817
## Version 0.1.1, 2017.12.09
918

10-
* Fix require statements in README examples [#2](https://github.com/NotNinja/nevis/issues/2)
19+
* Fix require statements in README examples [#2](https://github.com/neocotic/node-native2ascii/issues/2)
1120

1221
## Version 0.1.0, 2017.12.08
1322

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Contributing
22

3-
If you have any questions about [node-native2ascii](https://github.com/NotNinja/node-native2ascii) please feel free to
4-
[raise an issue](https://github.com/NotNinja/node-native2ascii/issues/new).
3+
If you have any questions about [node-native2ascii](https://github.com/neocotic/node-native2ascii) please feel free to
4+
[raise an issue](https://github.com/neocotic/node-native2ascii/issues/new).
55

6-
Please [search existing issues](https://github.com/NotNinja/node-native2ascii/issues) for the same feature and/or issue
6+
Please [search existing issues](https://github.com/neocotic/node-native2ascii/issues) for the same feature and/or issue
77
before raising a new issue. Commenting on an existing issue is usually preferred over raising duplicate issues.
88

99
Please ensure that all files conform to the coding standards, using the same coding style as the rest of the code base.
@@ -21,5 +21,5 @@ You must have at least [Node.js](https://nodejs.org) version 8 or newer installe
2121
All pull requests should be made to the `develop` branch.
2222

2323
Don't forget to add your details to the list of
24-
[AUTHORS.md](https://github.com/NotNinja/node-native2ascii/blob/master/AUTHORS.md) if you want your contribution to be
24+
[AUTHORS.md](https://github.com/neocotic/node-native2ascii/blob/master/AUTHORS.md) if you want your contribution to be
2525
recognized by others.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2018 Alasdair Mercer, !ninja
1+
Copyright (C) 2018 Alasdair Mercer
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
888 888 888 888 Y88b. 888 Y8bd8P Y8b. 888" 888 888 X88 Y88b. 888 888
88
888 888 "Y888888 "Y888 888 Y88P "Y8888 888888888 "Y888888 88888P' "Y8888P 888 888
99

10-
[node-native2ascii](https://github.com/NotNinja/node-native2ascii) is a [Node.js](https://nodejs.org) implementation of
10+
[node-native2ascii](https://github.com/neocotic/node-native2ascii) is a [Node.js](https://nodejs.org) implementation of
1111
Java's Native-to-ASCII Converter.
1212

13-
[![Build Status](https://img.shields.io/travis/NotNinja/node-native2ascii/develop.svg?style=flat-square)](https://travis-ci.org/NotNinja/node-native2ascii)
14-
[![Coverage](https://img.shields.io/codecov/c/github/NotNinja/node-native2ascii/develop.svg?style=flat-square)](https://codecov.io/gh/NotNinja/node-native2ascii)
15-
[![Dependency Status](https://img.shields.io/david/NotNinja/node-native2ascii.svg?style=flat-square)](https://david-dm.org/NotNinja/node-native2ascii)
16-
[![Dev Dependency Status](https://img.shields.io/david/dev/NotNinja/node-native2ascii.svg?style=flat-square)](https://david-dm.org/NotNinja/node-native2ascii?type=dev)
17-
[![License](https://img.shields.io/npm/l/node-native2ascii.svg?style=flat-square)](https://github.com/NotNinja/node-native2ascii/blob/master/LICENSE.md)
13+
[![Build Status](https://img.shields.io/travis/neocotic/node-native2ascii/develop.svg?style=flat-square)](https://travis-ci.org/neocotic/node-native2ascii)
14+
[![Coverage](https://img.shields.io/codecov/c/github/neocotic/node-native2ascii/develop.svg?style=flat-square)](https://codecov.io/gh/neocotic/node-native2ascii)
15+
[![Dependency Status](https://img.shields.io/david/neocotic/node-native2ascii.svg?style=flat-square)](https://david-dm.org/neocotic/node-native2ascii)
16+
[![Dev Dependency Status](https://img.shields.io/david/dev/neocotic/node-native2ascii.svg?style=flat-square)](https://david-dm.org/neocotic/node-native2ascii?type=dev)
17+
[![License](https://img.shields.io/npm/l/node-native2ascii.svg?style=flat-square)](https://github.com/neocotic/node-native2ascii/blob/master/LICENSE.md)
1818
[![Release](https://img.shields.io/npm/v/node-native2ascii.svg?style=flat-square)](https://www.npmjs.com/package/node-native2ascii)
1919

2020
* [Install](#install)
@@ -44,10 +44,8 @@ $ npm install --global node-native2ascii
4444
## CLI
4545

4646
Usage: native2ascii [options] [inputfile] [outputfile]
47-
48-
47+
4948
Options:
50-
5149
-e, --encoding <encoding> specify encoding to be used by the conversion procedure
5250
-r, --reverse perform reverse operation
5351
-V, --version output the version number
@@ -111,35 +109,35 @@ Unicode escape characters not in the ASCII character set so that they can be saf
111109
const native2ascii = require('node-native2ascii');
112110

113111
native2ascii('I ♥ native2ascii!');
114-
//=> "I \u2665 native2ascii!"
112+
//=> "I \\u2665 native2ascii!"
115113
```
116114

117115
These can be later unescaped by reversing the operation:
118116

119117
``` javascript
120118
const native2ascii = require('node-native2ascii');
121119

122-
native2ascii('I \u2665 native2ascii!', { reverse: true });
120+
native2ascii('I \\u2665 native2ascii!', { reverse: true });
123121
//=> "I ♥ native2ascii!"
124122
```
125123

126124
## Bugs
127125

128126
If you have any problems with node-native2ascii or would like to see changes currently in development you can do so
129-
[here](https://github.com/NotNinja/node-native2ascii/issues).
127+
[here](https://github.com/neocotic/node-native2ascii/issues).
130128

131129
## Contributors
132130

133131
If you want to contribute, you're a legend! Information on how you can do so can be found in
134-
[CONTRIBUTING.md](https://github.com/NotNinja/node-native2ascii/blob/master/CONTRIBUTING.md). We want your suggestions
132+
[CONTRIBUTING.md](https://github.com/neocotic/node-native2ascii/blob/master/CONTRIBUTING.md). We want your suggestions
135133
and pull requests!
136134

137135
A list of node-native2ascii contributors can be found in
138-
[AUTHORS.md](https://github.com/NotNinja/node-native2ascii/blob/master/AUTHORS.md).
136+
[AUTHORS.md](https://github.com/neocotic/node-native2ascii/blob/master/AUTHORS.md).
139137

140138
## License
141139

142-
See [LICENSE.md](https://github.com/NotNinja/node-native2ascii/raw/master/LICENSE.md) for more information on our MIT
143-
license.
140+
Copyright © 2018 Alasdair Mercer
144141

145-
[![Copyright !ninja](https://cdn.rawgit.com/NotNinja/branding/master/assets/copyright/base/not-ninja-copyright-186x25.png)](https://not.ninja)
142+
See [LICENSE.md](https://github.com/neocotic/node-native2ascii/raw/master/LICENSE.md) for more information on our MIT
143+
license.

bin/native2ascii

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/*
4-
* Copyright (C) 2018 Alasdair Mercer, !ninja
4+
* Copyright (C) 2018 Alasdair Mercer
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)