Skip to content

Version 9.0.0

Compare
Choose a tag to compare
@lk-geimfari lk-geimfari released this 30 Apr 12:40
· 214 commits to master since this release
v9.0.0
ca57f38

Updated:

  • Key functions now may accept additional argument random.

Removed:

  • The loop method for the Schema, which was considered deprecated and unsafe, has been removed.
  • The iterations parameter for all methods of Schema has been removed. Instead, you now have to specify the number of iterations on instantiation of Schema passing the iterations parameter.
  • The iterator method for Schema has been removed. Instead, you can now use an instance of Schema directly as an iterator.
  • The multiplication is no longer supported for Schema. Instead, you can use the iterations parameter on instantiation of Schema.

Added: