Releases: hustcer/star
Releases · hustcer/star
v0.3.9
v0.3.8
v0.3.7
v0.3.6
- 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
v0.3.3
- Update node modules:bluebird, commander, js-yaml, blessed-contrib and 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
v0.3.1
v0.3.0
- 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
- 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.