Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 1.73 KB

Changelog

v0.2.1

Released Jan 26, 2019

Added

  • Add XLS to TSV converter: xls2tsv
  • Add dictionary.starts_with and map.range methods.

Fixed

v0.2.0

Released Jan 23, 2019

Added

Changed

  • Change DictionaryItem struct name to Word.
    • Change word field name to entry.
  • Now dictionary.find returns Option<&Words>.

Removed

  • Remove dictionary.create_from_web method.
  • Remove dictionary.create_from_file and dictionary.save_as_tsv method.
  • Remove dictionary.find_all method.

v0.1.3

Released Nov 29, 2018

Fixed

  • Fix a bug that \n exists in the meaning of a dictionary items.

v0.1.2

Released Nov 21, 2018

Fixed

  • Fix a bug that missed some words.

v0.1.1

Released Nov 20, 2018

Fixed

  • Fix dictionary.save_as_tsv(path) method's arguments: self -> &self

v0.1.0

Released Nov 18, 2018

First Release