Skip to content

Tags: hustcer/star

Tags

v0.3.9

Toggle v0.3.9's commit message
- Unescape html entities and collapse whitespace of fin cal by using …

…strman.

- Update eslint and fix eslint check.

v0.3.8

Toggle v0.3.8's commit message
- Update bluebird and lodash.

- Fix help content output for node.js V6+;
- Update node.js modules: async, eslint, eslint-plugin-import, gulp-imagemin and js-yaml.

v0.3.7

Toggle v0.3.7's commit message
- Fix SZ market insider trading query for the DOM structure has been …

…changed.

v0.3.6

Toggle v0.3.6's commit message
- Add insider trading query support for quotes start with `001`.

- Fix finance calendar: remove redundant spaces, etc.
- Add quotes begin with `001` to SZ market.
- Update node modules:lodash,request and blessed-contrib.
- Fix eslint checking warnings.
- Update node modules:bluebird, js-yaml and moment.
- Update node modules:blessed-contrib,bluebird,imagemin-pngquant and lodash.
- Update node modules:cheerio,js-yaml,lodash,moment,request and bluebird.

v0.3.5

Toggle v0.3.5's commit message
- Fix javascript coding style.

- Update lodash to v4.0.0: change _.pluck,_.trimRight,_.trimLeft,_.padRight, etc.
- Update node modules:async, js-yaml and moment.
- Use columnify to replace printf.
- Remove grunt tasks.

v0.3.3

Toggle v0.3.3's commit message
- Update node modules:bluebird, commander, js-yaml, blessed-contrib a…

…nd request.

- Add gulp building tasks.
- Update async to v1.5.0.
- Update blessed-contrib to v2.5.1.
- Update node modules:blessed-contrib,js-yaml,request.
- Use 'SystemDrive' instead of 'USERPROFILE' in `process.env` for windows users to store conf file.
- Use template string of ES6 instead of string concat, node.js v4.0.0 or greater required.
- Update node modules:async, blessed-contrib and moment.

v0.3.2

Toggle v0.3.2's commit message
- Add float number support for star.

- Update node.js module: js-yaml.
- Fix #41:Add filter margin symbols support.
- Update node modules:bluebird, iconv and request.

v0.3.1

Toggle v0.3.1's commit message
- Fix pagination bugs for insider trading query with specified securi…

…ty code.

- Update node module request to 2.61.0.
- Add grep from security code feature in stock trace.

v0.3.0

Toggle v0.3.0's commit message
- Fix Insider trading query paging bug.

- Update node.js modules:[email protected],[email protected],[email protected].
- Update node.js module:[email protected].
- Add insider trading query for none specific stocks.
- Add `--market` support while querying insider tradings:SZM-深圳主板, SZGEM-深圳创业板, SZSME-深圳中小板, SHM-上海主板.
- Add `-i --top-buy` param to query top buy value of insider tradings, time span support: 1m~12m.
- Add `-i --top-sell` param to query top sell value of insider tradings, time span support: 1m~12m.
- Add grunt task for image optimization.
- Update node.js module:async,blessed,grunt-eslint,iconv.

v0.2.8

Toggle v0.2.8's commit message
- Add sort by `bdiff` feature to sort stocks by `(s.price - s.cheap)/…

…s.price`.

- Add sort by `sdiff` feature to sort stocks by `(s.price - s.expensive)/s.price`.
- Remove the symbols from result with the specified keywords in name or comment.
- Update node modules: moment to 2.10.6.