Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: terrywood/star

Tags

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 hustcer#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.

v0.2.7

Toggle v0.2.7's commit message
- Add `--lteb [pct]` support to query symbols that make 100*(s.price …

…- s.cheap)/s.price <= pct.

- Add `--gtes [pct]` support to query symbols that make 100*(s.price - s.expensive)/s.price >= pct.
- Update node modules:blessed,blessed-contrib,moment,request.

v0.2.6

Toggle v0.2.6's commit message
- Make `star -wo` or `star -w -o` to watch held stocks.

- Use moment 'zh-cn' locale instead of const days to format dayOfWeek output in finance cal.
- Update nodejs modules:async@~1.4.0,blessed@~0.1.14,blessed-contrib@~2.3.1.
- Add `--lteb` and `--gtes` support to filter the stocks whose current price is lower than buy price or greater than sell price.
- Fix bug of query none exist symbols.