Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 672B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # changes log
  2. ## 5.7
  3. * Add `minVersion` method
  4. ## 5.6
  5. * Move boolean `loose` param to an options object, with
  6. backwards-compatibility protection.
  7. * Add ability to opt out of special prerelease version handling with
  8. the `includePrerelease` option flag.
  9. ## 5.5
  10. * Add version coercion capabilities
  11. ## 5.4
  12. * Add intersection checking
  13. ## 5.3
  14. * Add `minSatisfying` method
  15. ## 5.2
  16. * Add `prerelease(v)` that returns prerelease components
  17. ## 5.1
  18. * Add Backus-Naur for ranges
  19. * Remove excessively cute inspection methods
  20. ## 5.0
  21. * Remove AMD/Browserified build artifacts
  22. * Fix ltr and gtr when using the `*` range
  23. * Fix for range `*` with a prerelease identifier