Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@joseluis joseluis released this 09 Sep 10:17

Added

  • reexport prime abbreviations to ::all.
  • add N abbreviation for Numbers.

Remove

  • remove reexported items at the root.

Changed

  • update devela to 0.9.0.
  • remove std from default features.
  • rename enums prefixed by Any to All.
  • rename enums in singular form to plural form.
  • rename traits in plural form to singular form.
  • deprecate features: all_nostd, all_nostd_fast.
  • deprecate and rename feature all_fast to full_fast.
  • deprecate and rename feature all to full.

Fixed

  • fix prime doc examples to avoid long exec times.
  • fix including licenses in crate.
  • fix enabling devela/alloc.
  • misc. internal refactoring.
  • avoid destructuring enums.
  • fix several tests.

Full Changelog: v0.4.0...v0.5.0