Skip to content

Latest commit

 

History

History
139 lines (96 loc) · 4.11 KB

history.md

File metadata and controls

139 lines (96 loc) · 4.11 KB

Change History

v0.2.9

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.
  • Add --remove param to remove the symbols from result with the specified keywords in name or comment.
  • Update node modules: moment to 2.10.6.

v0.2.7

  • 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

  • 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 node.js 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.

v0.2.5

  • Fix Trailing comma bugs when run star * cmds.
  • Set conf.chunkSize from 20 to 25.
  • Improve console output string padding problem.
  • Add support for query latest insider tradings.
  • Add latest insider trading summary limit.
  • Update request timeout error msg for SZ market insider trading query.

v0.2.4

  • Update blessed-contrib to v2.2.1
  • Trim inline tabs of events in finance calendar.
  • Update bluebird to v2.9.34.
  • Add trace symbol duplication check.

v0.2.3

  • Add finance calendar feature.
  • Add day of week field for finance calendar.

v0.2.2

  • Publish star to npm and cnpm.

v0.2.0

  • Update node modules: [email protected]/[email protected]/[email protected]/[email protected]
  • Add insider trading query feature.
  • Add --from, --to, --span param for insider trading query.
  • Fix no trading records output.
  • Refactor star.js.
  • Add multiple symbol insider trading query support.
  • Add watch symbols fallback.
  • Fix HOLDSTOCK_NUM NaN bug.
  • Set max limit to be 20 for insider trading query.
  • Update readme.md and publish star to npm registry.

v0.1.18

  • Add query symbol basic info by symbol's code feature.
  • Update node modules: request and grunt-eslint.
  • Add watch feature with automatic price update.
  • Update blessed-contrib to v2.2.0

v0.1.16

  • Update bluebird to v2.9.30.
  • Add -L, --lte, -G, --gte, -U, --under, -A, --above support, check help for more details.
  • Fix page undefined bug.
  • Add eslint for js linting, and fix some lint problems.
  • Some code refactor.
  • Fix paging limit bug.

v0.1.2

  • Add paging support.
  • Remove unused node modules.
  • Update node modules:bluebird,colors,lodash and grunt-eslint.
  • Add Stock code number contain certain prefix support.
  • Add '-f --file' symbol file param support and save symbol file path automatically.
  • Remove market property for symbols
  • Add P/E and P/B property for each symbol while using tencent data source.
  • Grep keyword in comment support.
  • Add multiple grepping keywords support.
  • Add company name search support.
  • Params could be separated by both ',' and ','.
  • Update node modules:iconv, printf, request and grunt-eslint.

v0.1.0

  • Fix large size response body bug.
  • Add data source parameter support.
  • Show capacity info when use tencent data source.
  • Add sort by capacity feature.
  • Add show only holded stocks feature.
  • Fix percentage calculation bug of halted stocks.
  • Add exclude code with prefix such as 300,600,002 and 003 etc.
  • Add sort by price and code support.

v0.0.2

  • Add display limit support.
  • Add watch support.
  • Add display limit param from cli.
  • Add up percent display and sorting support.
  • Fix character encoding bugs.
  • Add sort in ascending order support.
  • Add show all stock support.
  • Add show only ignored symbols support.

v0.0.1

  • Add stock price query and price-targetPrice percentage calc.
  • Add sort by star or price-targetPrice percentage support.
  • Add yaml data format support.
  • Add stock counter.