All Versions
4
Latest Version
Avg Release Cycle
1 days
Latest Release
-

Changelog History

  • v0.2.0 Changes

    ๐Ÿš€ Released May 26, 2021.

    • Added stops (periods/commas/interpuncts) normalizer.

      Haskell API-wise, the below types and functions were added:

      • Text.Seonbi.Punctuation.Stops data type
      • Text.Seonbi.Punctuation.normalizeStops function
      • Text.Seonbi.Punctuation.horizontalStops function
      • Text.Seonbi.Punctuation.horizontalStopsWithSlashes function
      • Text.Seonbi.Punctuation.verticalStops function
      • Text.Seonbi.Facade.StopOption data type
      • stop field in Text.Seonbi.Facade.Configuration data constructor

      CLI-wise, the -s/--stop option was added.

      HTTP API-wise, the optional field "stop" was added.

    • Text.Seonbi.Punctuation.transformEllipsis became aware of Chinese stops (ใ€‚ใ€‚ใ€‚) besides Western stops (...).

    • Added options to use horizontal/vertical corner brackets for quotes.

      Haskell API-wise, the below functions were added:

      • Text.Seonbi.Punctuation.verticalCornerBrackets function
      • Text.Seonbi.Punctuation.horizontalCornerBrackets function
      • Text.Seonbi.Punctuation.verticalCornerBracketsWithQ function
      • Text.Seonbi.Punctuation.horizontalCornerBracketsWithQ function
      • VerticalCornerBrackets data constructor for Text.Seonbi.Facade.QuoteOption type
      • HorizontalCornerBrackets data constructor for Text.Seonbi.Facade.QuoteOption type
      • VerticalCornerBracketsWithQ data constructor for Text.Seonbi.Facade.QuoteOption type
      • HorizontalCornerBracketsWithQ data constructor for Text.Seonbi.Facade.QuoteOption type

      CLI-wise, the -q/--quote option became to have the below new styles:

      • vertical-corner-brackets
      • horizontal-corner-brakcets
      • vertical-corner-brackets-with-q
      • horizontal-corner-brakcets-with-q

      HTTP API-wise, the optional field "quote" became to have the below new styles:

      • VerticalCornerBrackets
      • HorizontalCornerBrackets
      • VerticalCornerBracketsWithQ
      • HorizontalCornerBracketsWithQ
    • The CLI option -x/--xhtml became usable with the -p/--preset option at a time.

    • Updated the Standard Korean Language Dictionary data (data/ko-kr-stdict.tsv) to the revision 2021-05.

  • v0.1.2 Changes

    ๐Ÿš€ To be released.

    • Updated the Standard Korean Language Dictionary data (data/ko-kr-stdict.tsv) to the revision October 2019.
  • v0.1.1 Changes

    October 07, 2019

    ๐Ÿš€ Released on October 7, 2019.

    • Added the embed-dictionary flag to the Cabal package.
    • Fixed a bug that Standard Korean Language Dictionary had not been included in executables if flag(static) is turned on. [#1]
  • v0.1.0 Changes

    October 06, 2019

    ๐Ÿš€ Released on October 6, 2019.