Skip to content

Latest commit

 

History

History
175 lines (119 loc) · 9.14 KB

CHANGELOG.md

File metadata and controls

175 lines (119 loc) · 9.14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2023-06-20)

Bug Fixes

1.2.1 (2021-06-29)

Bug Fixes

  • ReleaseNote は明示的にタグを付けたもののみを扱う (a63479d)

1.2.0 (2021-02-15)

Features

  • add ReleaseNote as Headline (1909d84)

1.1.6 (2021-01-14)

Note: Version bump only for package dataset

1.1.5 (2019-07-30)

Bug Fixes

  • classifier-item-category: add slide,video,book,ebook as fix tag (e942f02)

1.1.4 (2019-02-19)

Bug Fixes

1.1.3 (2019-02-19)

Bug Fixes

  • packages: update devDependencies (c450b0d)

1.1.2 (2018-05-11)

Bug Fixes

  • data-fetcher: use https (73b0bcb)

1.1.1 (2018-05-03)

Note: Version bump only for package dataset

1.1.0 (2018-05-03)

Bug Fixes

  • algo: beginIndex === endIndex then return item[index] (8c08407)
  • algo: beginIndex === endIndex then return item[index] (42cd5ba)
  • algo: rename method (dd36891)
  • AlgoItem: fix findItemsBetween algorithm (789abc9)
  • classifier-item-category: remove unused data (cb97d33)
  • data: correct order when save (8849a36)
  • data: enhance fetch data (966c3c2)
  • data: use request instead of http (d66a12d)
  • data-fetcher: fix postDetails url (83b1402)
  • example: add item and posts (82992dc)
  • index: export as class (1590510)
  • JSerStat: posts data are sorted by date (95ba80e)
  • JSerStat: fix JSer#findJSerWeeksBetween (dc08360)
  • JSerState: fix #getJSerWeeks when posts equal to 1 (05502b4)
  • JSerWeek: fix to correct begin is prev post (eefc2ae)
  • model: add content to JSerItem (84bb058)
  • model: post -> item (661a3d2)
  • npm: add bin to files (23a62e3)
  • npm: add test script (891ff08)
  • npm: use console.log (693dbd6)
  • stat: fix stat test (e65ae01)
  • stat: fix transpile bug? (0b9d985)
  • stat: remove bin (60fc48b)
  • test: fix method name (0202b3a)
  • change deps to "@jser/stat" (43393dc)
  • remove cli (2c76613)
  • test: TODO: why class JSerItem fail... (a251844)

Features

  • algo: could get JSerItem between dates (5c16cf0)
  • cli: add update-jser-stat command (42b0824)
  • compute: add countByGroup function (a900f50)
  • example: add bench time to example.js (ed78de8)
  • example: add browser example (ebb61d9)
  • example: add example (eaa4ef2)
  • example: add example.js (017f17a)
  • JSerStat: add JSer#findJSerWeekWithURL (a92137d)
  • JSerStat: implement #findItemWithURL (b3c9993)
  • JSerStat: implement #findWeekWithItem (3952d70)
  • model: add post/weekNumber (0033440)
  • natural: add NaturalSearcher (537c26a)
  • natural: add tags to search index (ee0c3bf)
  • posts: add categoriy filter (a5c8852)
  • stat: add @jser/stat (c6e1c42)
  • Stat: add getItemsBetWeen (79116d4), closes #1
  • add DefaultData (5a85489)
  • week: add #getJSerWeeksBetWeen (ecbbf31)

Performance Improvements

  • algo: use binary search (23d3e76)
  • JSerStat: improve #findWeekWithItem (71cbbf2)
  • JSerStat: introduce lazy prop for JSerWeek (adab544)
  • JSerStat: make NaturalSearch lazy prop (1cebfae)

1.0.3 (2018-05-03)

Bug Fixes

1.0.2 (2018-05-03)

Bug Fixes

  • post-parser: fix date and add url (07c1f9a)

1.0.1 (2018-05-03)

Note: Version bump only for package dataset

1.0.0 (2018-05-03)

Bug Fixes

Features

  • category: add CategoryKeys (ba403e2)
  • support content parser (d228e0c)
  • category: add JSer.info specific terminology (062640d)
  • data-fetcher: add data-fetcher (b3f1142)
  • jser: add absolute classify (6a3b54d)
  • parse: add meta data (376f12d)
  • tag: add "news" as Headline (086f4ae)