Skip to content

Commit

Permalink
chore: update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jul 11, 2023
1 parent d02a5a7 commit 0b986af
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 165 deletions.
8 changes: 0 additions & 8 deletions AUTHORS

This file was deleted.

151 changes: 151 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,154 @@
### Features

* support revert array in vm ([#69](https://github.com/node-modules/js-to-java/issues/69)) ([dcb2384](https://github.com/node-modules/js-to-java/commit/dcb2384928c5eec1189d8f9fa3420079f42a11d2))

---


2.7.0 / 2021-04-25
==================

**fixes**
* [[`19bb555`](http://github.com/node-modules/js-to-java/commit/19bb555118795b964374f10aa6bec9a0f65802fe)] - fix: add Enum for ts (#67) (赵磊鹏 <<872538464@qq.com>>)

2.6.1 / 2019-01-30
==================

* fix: enum default use https://github.com/alipay/sofa-hessian-node/pull/14 (#63)

2.6.0 / 2018-06-01
==================

**fixes**
* [[`8a9a7da`](http://github.com/node-modules/js-to-java/commit/8a9a7da99e90a215c8073d2c2ea4675c99e30d5d)] - fix: add cause prop to exception (#60) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)

**others**
* [[`8324a91`](http://github.com/node-modules/js-to-java/commit/8324a91eefb147280ee1eda47bf75445a61de124)] - chore: fix version (#58) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)

2.5.0 / 2018-02-27
==================

* feat: 增加 collection (#57)
* chore(package): update should to version 10.0.0

2.4.0 / 2016-06-07
==================

* feat: convert js error to java exception (#44)

2.3.5 / 2016-03-30
==================

* fix: Boolean null
* fix: Long == null should return null

2.3.4 / 2016-03-09
==================

* fix: bigdecimal support {value}

2.3.3 / 2016-01-08
==================

* chore: rm safeLong warn
* chore(package): update should to version 8.0.2

2.3.1 / 2015-11-27
==================

* chore: rm 0.10 test
* fix: long prompt info

2.3.0 / 2015-11-09
==================

* chore: jslint and ci
* feat: add revert method as an implementation of java to js
* chore(package): update dependencies

2.2.0 / 2015-10-21
==================

* chore: add env check
* feat: currency & safeLong
* chore: use codecov.io

2.1.0 / 2015-09-07
==================

* feat: support java.math.BigDecimal

2.0.7 / 2015-07-06
==================

* fix: Class({name:})

2.0.6 / 2015-04-02
==================

* fix(class): array type

2.0.5 / 2015-03-13
==================

* feat(combile): add check in combile

2.0.4 / 2015-03-09
==================

* perf(enum): Improve the enumeration type conversion

2.0.3 / 2015-02-03
==================

* feat(array): class enum locale

2.0.2 / 2015-01-28
==================

* fix(valid): string & boolean; add null type test

2.0.1 / 2015-01-28
==================

* fix(null): null should target type; modify int type valid

2.0.0 / 2015-01-22
==================

* feat(valid): #5 support valid & Null valud

1.1.0 / 2014-11-05
==================

* Merge pull request #3 from node-modules/more
* feat(support): add java.lang.Class & java.util.Locale

1.0.0 / 2014-04-24
==================

* Merge pull request #1 from node-modules/enum
* fix github links
* add enum() test cases
* add enum() helper
* add abstract in readme

0.0.3 / 2014-04-06
==================

* add abstract
* fix comment

0.0.2 / 2014-03-20
==================

* add files in package
* fix readme link
* no need to use harmony istanbul

0.0.1 / 2014-03-20
==================

* update readme
* complete
* Initial commit
148 changes: 0 additions & 148 deletions History.md

This file was deleted.

23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
js-to-java
==========
# js-to-java

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![CI](https://github.com/node-modules/js-to-java/actions/workflows/nodejs.yml/badge.svg)](https://github.com/node-modules/js-to-java/actions/workflows/nodejs.yml)
[![Test coverage][cov-image]][cov-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/js-to-java.svg?style=flat-square
[npm-url]: https://npmjs.org/package/js-to-java
[travis-image]: https://img.shields.io/travis/node-modules/js-to-java.svg?style=flat-square
[travis-url]: https://travis-ci.org/node-modules/js-to-java
[cov-image]: http://codecov.io/github/node-modules/js-to-java/coverage.svg?branch=master
[cov-url]: http://codecov.io/github/node-modules/js-to-java?branch=master
[download-image]: https://img.shields.io/npm/dm/js-to-java.svg?style=flat-square
Expand All @@ -24,7 +21,7 @@ In [hessian.js](https://github.com/node-modules/hessian.js), we need to write ja
[![NPM](https://nodei.co/npm/js-to-java.png?downloads=true)](https://nodei.co/npm/js-to-java/)

```bash
$ npm install js-to-java
npm install js-to-java
```

## Usage
Expand Down Expand Up @@ -212,4 +209,16 @@ java.revert(data);

## License

MIT
[MIT](LICENSE)

<!-- GITCONTRIBUTOR_START -->

## Contributors

|[<img src="https://avatars.githubusercontent.com/u/985607?v=4" width="100px;"/><br/><sub><b>dead-horse</b></sub>](https://github.com/dead-horse)<br/>|[<img src="https://avatars.githubusercontent.com/u/1400114?v=4" width="100px;"/><br/><sub><b>coolme200</b></sub>](https://github.com/coolme200)<br/>|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/14790466?v=4" width="100px;"/><br/><sub><b>greenkeeperio-bot</b></sub>](https://github.com/greenkeeperio-bot)<br/>|[<img src="https://avatars.githubusercontent.com/u/456108?v=4" width="100px;"/><br/><sub><b>shaoshuai0102</b></sub>](https://github.com/shaoshuai0102)<br/>|[<img src="https://avatars.githubusercontent.com/u/1207064?v=4" width="100px;"/><br/><sub><b>gxcsoccer</b></sub>](https://github.com/gxcsoccer)<br/>|
| :---: | :---: | :---: | :---: | :---: | :---: |
[<img src="https://avatars.githubusercontent.com/u/17831480?v=4" width="100px;"/><br/><sub><b>mytEcust</b></sub>](https://github.com/mytEcust)<br/>|[<img src="https://avatars.githubusercontent.com/u/32174276?v=4" width="100px;"/><br/><sub><b>semantic-release-bot</b></sub>](https://github.com/semantic-release-bot)<br/>|[<img src="https://avatars.githubusercontent.com/u/15973504?v=4" width="100px;"/><br/><sub><b>zhaoleipeng</b></sub>](https://github.com/zhaoleipeng)<br/>

This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Tue Jul 11 2023 11:39:26 GMT+0800`.

<!-- GITCONTRIBUTOR_END -->
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test": "mocha -R spec -t 3000 -r should test/*.test.js",
"test-cov": "nyc mocha -- -t 3000 -r should test/*.test.js",
"ci": "npm run jshint && npm run test-cov",
"jshint": "jshint lib index.js"
"jshint": "jshint lib index.js",
"contributor": "git-contributor"
},
"repository": {
"type": "git",
Expand All @@ -31,8 +32,8 @@
"homepage": "https://github.com/node-modules/js-to-java",
"dependencies": {},
"devDependencies": {
"contributors": "*",
"cov": "*",
"git-contributor": "^2.1.5",
"jshint": "2",
"mocha": "*",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 0b986af

Please sign in to comment.