Skip to content

Releases: hustcer/star

v0.3.9

01 Jun 23:57
Compare
Choose a tag to compare
  • Unescape html entities and collapse whitespace of fin cal by using strman.
  • Update eslint and fix eslint check.

v0.3.8

27 May 03:02
Compare
Choose a tag to compare
  • 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

29 Apr 02:32
Compare
Choose a tag to compare
  • Fix SZ market insider trading query for the DOM structure has been changed.

v0.3.6

26 Apr 09:46
Compare
Choose a tag to compare
  • 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

18 Jan 08:05
Compare
Choose a tag to compare
  • 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

06 Jan 07:45
Compare
Choose a tag to compare
  • 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

28 Sep 08:28
Compare
Choose a tag to compare
  • 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

22 Aug 03:17
Compare
Choose a tag to compare
  • Fix pagination bugs for insider trading query with specified security code.
  • Update node module request to 2.61.0.
  • Add grep from security code feature in stock trace.

v0.3.0

11 Aug 05:30
Compare
Choose a tag to compare
  • 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

30 Jul 02:41
Compare
Choose a tag to compare
  • 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.