Changelog of @hackage/typesafe-precure 0.7.11.1

0.7.11.1

  • Add Healin'Good PreCure's transformation without Hinata.

0.7.10.1

  • Add Healin'Good PreCure's new purification and transformation.
  • Fix the English name of Healin'Good PreCure as a transformed group.

0.7.9.1

  • Add the transformations by Cure Grace, Cure Sparkle, and Cure Earth.

0.7.8.1

  • Add more purifications of Healin' Good♡PreCure, and Cure Earth.
  • Correct members of some group transformations in Healin' Good♡PreCure.

0.7.7.1

  • Add Healin' Good♡PreCure PreCure's characters and some of their purifications and transformations.

0.7.6.2

  • Correct Yuni's transformation #40

0.7.6.1

  • Add Shiny Twinkle Pen and its purification in Star☆Twinkle PreCure.

0.7.5.1

  • Add Cure Cosmo and other new purifications of Star☆Twinkle PreCure.

0.7.4.1

  • Add Star☆Twinkle PreCure's purifications and special items:
    • Libra Soleil Shoot
    • Scorpius Soleil Shoot
    • Capricorn Selene Arrow
    • Southern Cross Shot
  • Correct some of the Japanese names in StarTwinkle: #34. Thanks @tsuka!

0.7.3.1

  • Add Star☆Twinkle PreCure's characters and some of their purifications and transformations.

0.7.2.1

  • Add Hugtto! PreCure Mother Heart Style
  • Add Cure Infini's transformation.

0.7.1.1

  • Add Hugtto! PreCure Cheerful Style

0.7.0.1

0.6.3.1

  • Add: Cure Macherie, Cure Amour, and their purifications.

0.6.2.1 (2018/05/02)

  • Add: Hugtto! PreCure's new purifications.

0.6.1.1 (2018/03/12)

  • Add: Hugtto! PreCure.

0.5.1.1 (2018/01/16)

  • Add: Cure Pekorin's transformation.
  • Fix: Hide almost never reusable modules.

0.5.0.1 (2017/12/02)

  • Fix: Correct transformers of A La Mode Style.
    • Forgot to add Cure Parfait!

0.5.0.0 (2017/12/02)

  • Add: More transformations and purifications of Kirakira PreCure A La Mode:
    • Variation: A La Mode Style
    • Purification: Fantastic Animalé
    • Special Item: Sweets Castle
    • Transformed Groups of Kirakira PreCure A La Mode
  • Add: variationEn property of transformees in Cure Index.
  • Add: transformedGroups in Cure Index.
  • Incompatible Change:
    • Renamed variation property of transformees in Cure Index into variationJa.

0.4.0.0 (2017/10/07)

  • Add: More transformations and purifications of Kirakira PreCure A La Mode, including Cure Parfait's and Kirakiraru Creamer's.
  • Add: Experimental feature: cure-index.json and pretty-cure-index.json are generated at build-time by Template Haskell.
    • Currently, only data of Kirakira A La Mode is collected.

0.3.1.1 (2017/06/05)

  • Improve documentation 📝 : Add README and CHANGELOG to extra-source-files, to make README readable on hackage.org.
  • Correct README:
    • As of 0.3.0.0 this package actually supports Kirakira A La Mode!
    • Since the initial release, this package actually supports Cure Mofurun!

0.3.1.0 (2017/06/05)

  • Add: More transformations and purifications of Kirakira PreCure A La Mode.

0.3.0.0 (2017/04/23)

  • Add: Transformations and a purification of Kirakira PreCure A La Mode.

0.2.0.0 (2016/12/12)

  • Breaking Change: Change the signature of transform.
    • Before: transform :: (Transformation g' i') => g' -> i' -> (Style g' i' -> PreCureMonad x) -> PreCureMonad x
    • After: transform :: (Transformation g' i') => g' -> i' -> PreCureMonad (Style g' i')
    • To make it easier to get transformed style when using transform.

0.1.0.0 (2016/12/11)

Initial Release