Skip to content

Latest commit

 

History

History
724 lines (513 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

724 lines (513 loc) · 21.7 KB

master

full changelog

v3.3.3

full changelog

  • Fix CureNyammy and CureLillian's transform message 🐱

v3.3.2

full changelog

  • Tweak CureNyammy and CureLillian's attack messages 🐱

v3.3.1

full changelog

  • Add CureLilian's birthday 🎂

v3.3.0

full changelog

  • Add Cure Nyammy and Cure Lillian 🐈

v3.3.0.rc3

full changelog

  • Add Cure Friendy's birthday 🎂

v3.3.0.rc2

full changelog

  • Add Cure Wonderful's birthday 🐶

v3.3.0.rc1

full changelog

  • Add Wonderful Precure (only Cure Wonderful and Cure Friendy)

v3.2.6

full changelog

  • Add ended_date of Hirogaru Sky Precure

v3.2.5

full changelog

  • Support activesupport 7.1

v3.2.4

full changelog

  • Add Precure.all_stars(:f)

v3.2.3

full changelog

  • Add CureMajesty

v3.2.2

full changelog

  • Add #members as alias for #girls
  • Add #all_members as alias for #all_girls

v3.2.1

full changelog

  • Remove hacks for testing

v3.2.0

full changelog

  • Add Cure Butterfly 🦋

v3.2.0.rc1

full changelog

  • Add Hirogaru Sky Precure (exclude Cure Butterfly)

v3.1.5

full changelog

  • Add ended_date of Delicious Party ❤️ Precure

v3.1.4

full changelog

  • Add turnover to Cure Finale (Amane <=> Gentle)

v3.1.3

full changelog

  • Fix Cure Finale color

v3.1.2

full changelog

  • Add Cure Finale 🍨

v3.1.1

full changelog

  • Tweak transform message of DeliciousParty:heart:Precure

v3.1.0

full changelog

  • Add DeliciousParty:heart:Precure

v3.0.1

full changelog

  • Add ended_date of Tropical-Rouge! Precure
  • Fixed. Couldn't call #precure_operation! and #precure_tropical_change!
  • Randomized Tropical-Rouge! Precure's #transform! (a.k.a. #precure_tropical_change!) transformation message

v3.0.0

full changelog

Breaking changes 💣

  • Supports ruby 3.1+ and drop ruby < 2.6

v2.1.5

full changelog

  • Fixed. NameError: uninitialized constant ActiveSupport::XmlMini::IsolatedExecutionState with activesupport v7.0.0

v2.1.4

full changelog

  • Enable MFA requirement for gem releasing

v2.1.3

full changelog

  • Tweak Laura's name

v2.1.2

full changelog

  • Add CureLamer

v2.1.1

full changelog

  • Tweak transform message of TropicalRoute Precure

v2.1.0

full changelog

  • Add Tropical-Rouge! Precure 🌊

v2.0.1

full changelog

  • Add ended_date of Healingood precure

v2.0.0

full changelog

Breaking changes 💣

  • Drop support for ruby 2.2 and 2.3

Others

  • update rubocop gems

v1.3.5

full changelog

  • Impl Precure.miracle_leap

v1.3.4

full changelog

  • Add Cure earth's birthday

v1.3.3

full changelog

  • Add cure earth 🌏

v1.3.2

full changelog

  • Append message to healingood precure's transform message

v1.3.1

full changelog

  • Add birthday of healingood:heart:precure

v1.3.0

full changelog

  • Add Healingood:heart:Precure
  • Remove enemy's message

v1.2.6

full changelog

  • Add ended_date of Star:star:Twinkle Precure

v1.2.5

full changelog

  • Impl Cure.cosmo.transform!(:rainbow_perfume)

v1.2.4

full changelog

  • Change human name of cure cosmo

v1.2.3

full changelog

  • Add Cure cosmo's birthday

v1.2.2

full changelog

  • Add Cure Cosmo

v1.2.1

full changelog

  • Tweak transform message of Star twinkle precure
  • Impl heisei? and reiwa? methods

v1.2.0

full changelog

  • Add Star:star:Twinkle Precure
  • Impl Precure.miracle_universe

v1.1.10

full changelog

  • Fix typo in cure muse's attack message

v1.1.9

full changelog

  • Changed Hugtto precure EndDate to 2019-01-27
  • Changed Cure magical's color to purple

v1.1.8

full changelog

  • Add the endday of Hugtto Precure 😢

v1.1.7

full changelog

  • Add transform_calls to cure_rouge
  • Add Precure.all_stars(:memories)

v1.1.6

full changelog

v1.1.5

full changelog

  • Fixed. Precure.hugtto doesn't contains macherie and amour
  • Fixed. cure amour color

v1.1.4

full changelog

  • Add cure macherie and cure amour

v1.1.3

full changelog

  • Add birthdays of Cure Yell(Hana) and Cure Ange(Saaya) 🎂

v1.1.2

full changelog

  • Add Cure Etoile Birthday 🎂

v1.1.1

full changelog

  • Bugfix: Girls of Hugtto precure returns empty birthday despite #has_birthday? returns true

v1.1.0

full changelog

  • Add Hugtto Precure
  • Add Precure.super_stars

v1.0.7

full changelog

  • Fixed. Cure parfait was not included in Precure.a_la_mode

v1.0.6

full changelog

  • Add cure parfait

v1.0.5

full changelog

v1.0.4

full changelog

  • Fix typo: macaroon -> macaron

v1.0.3

full changelog

  • Tweak attack message of Kirakira Precure A La Mode

v1.0.2

full changelog

  • Remove trailing newline of girls ✂️

v1.0.1

full changelog

  • Tweak kirakira precure a la mode transform_message

v1.0.0

full changelog

Breaking changes 💣

  • Remove Girl#humanize
  • Drop support ruby 2.0 and 2.1
  • Rename: human name of cure princess
  • Precure.all_stars returns only from "Futari wa Pretty Cure" to "Maho Girls PreCure"
    • #138
    • #136
    • i.e. "Kirakira Precure Alamode" is not included
    • If necessary, please rewrite as follows.
      • Precure.all_stars -> Precure.all_girls

Enhancements

  • Impl Girl#full_name
  • Impl Precure.all_girls (a.k.a. Precure.all)
  • Add kirakira precure alamode
  • Impl Precure.dream_stars

Others

  • Exclude examples/ from gem file

v0.4.13

full changelog

  • Add ended_date of Mahogirls precure

v0.4.12

full changelog

  • Apply block style of yaml to the transform messages.

v0.4.11

full changelog

  • Remove duplicate attack

v0.4.10

full changelog

  • Bugfix: Cure flora can not transform with princess_engage!

v0.4.9

full changelog

  • Use method instead of instance variable

v0.4.8

full changelog

  • Tweak dependency

v0.4.7

full changelog

  • Fix cure magical diamond style

v0.4.6

full changelog

  • Fix DEPRECATION WARNING with activesupport 5.0+

v0.4.5

full changelog

  • Add cure felice

v0.4.4

full changelog

  • Add topaz style
  • Add riko last name

v0.4.3

full changelog

  • Add cure echo

v0.4.2

full changelog

  • Add AllStars STMM
  • Add sapphire style

v0.4.1

full changelog

  • Fix typo and tweak attack message of maho girls

v0.4.0

full changelog

  • Add maho girls precure

v0.3.2

full changelog

  • Add ended_date of "Go! Princess Precure"
  • Use unparser < 0.2.5 when ruby 2.0

v0.3.1

full changelog

  • Fix typo: scarlett -> scarlet

v0.3.0

full changelog

  • Impl Girl#birthday? and Girl#have_birthday?

v0.2.9

full changelog

  • Support turnover to towa-sama

v0.2.8.1

full changelog

  • Add to_json args

v0.2.8

full changelog

  • Impl Rubicure::Series#to_json

v0.2.7

full changelog

  • Modify from "Splash Star" to "Splash☆Star"
  • Add own uniq name

v0.2.6

full changelog

  • Add cure scarlett

v0.2.5

full changelog

v0.2.4

full changelog

  • Tweak transform message

v0.2.3

full changelog

  • Add Go! Princess Precure

v0.2.2.1

full changelog

  • Tweak gem dependency

v0.2.2

full changelog

  • Add forever lovely
  • Add happiness ended_date 😢

v0.2.1

full changelog

  • Impl Girl#cast_name
  • Impl Girl#color
  • apply Hashie::Extensions::MethodAccess to Girl
    • #69
    • attention : Cure.xxxx return plain Hash instance (not. Rubicure::Giri)

v0.2.0

full changelog

  • bugfix: precure all_stars count when new stage3
  • refactor: divide config/girls.yml to config/girls/*.yml

v0.1.4

full changelog

  • Add Girl#to_s (alias of #name) (thx @zonuexe)
  • Support User-defined IO.put in Girl#print_by_line (thx @bash)

v0.1.3

full changelog

  • Impl: !Cure.passion, !Cure.beat
  • Girl#humanize -> Girl#humanize! and return self
    • #52
    • Girl#humanize is deprecated

v0.1.2

full changelog

  • Support ruby 2.2.0-preview1
  • Impl Series#each_with_girls

v0.1.1

full changelog

  • specific transform
    • #36 (thx @zonuexe)
  • Add Cure.peace.pikarin_janken (singleton method)
    • #39 (thx @zonuexe)

v0.1.0

full changelog

  • Impl Girl#attack!
  • Print transform and attack by line
  • Add happiness charge form change

v0.0.7

full changelog

  • Support Cure Fortune

v0.0.6

full changelog

  • Support activesupport >= 4.0.0

v0.0.5

full changelog

Bugfixes

  • Fix the transform message of Cure Windy (thx @kaosf)

Enhancements

  • Add Happiness Charge Precure !
  • Add ubicure
    • #22 (thx @zonuexe)

v0.0.4

full changelog

Enhancements

  • Add cure heart engage mode 💖
  • Add cure bright and cure windy (thx @kaosf)
  • Impl Precure#each_with_series (alias to Precure#each)
  • Add arg to Precure#all_stars

v0.0.3

full changelog

Enhancements

  • define operators(Girl#==, Series#===) (thx @zonuexe)
  • Remove last linebreaks of transform_messages (thx @zonuexe)

v0.0.2

full changelog

bugfixes

  • Bugfix: fresh pretty cure (thx @kaosf)

v0.0.1

  • first release