Changes for version 0.7.0 - 2020-05-22

  • No spec changes.
  • [incompatible] Change storage of object from inflexible array to flexible hash.

Modules

Word lists
Wordlist that returns one, two (via implementing each_word())
Wordlist that returns one, two (via implementing each_word())
Wordlist that returns one, two (via implementing first_word(), next_word(), and reset_iterator())
Wordlist that contains "one" and "two"
Provide each_word(); relies on first_word(), next_word(), reset_iterator()
Provide first_word(), next_word(), reset_iterator(); relies on each_word()
The WordList methods