зеркало из https://github.com/microsoft/same-ish.git
1.8 KiB
1.8 KiB
Change Log
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
Versions
Unreleased
0.1.6 - 2023-01-23
- Deprecate single-segment namespace
- Switch clojurescript build to Figwheel.main
- Remove need for
:include-macros true
in cljs (thanks to sritchie)
0.1.5 - 2022-07-16
- Deprecate single-segment
same
namespace in favour ofsame.core
- Fix
zeroish?
so it doesn't treat all negative numbers as zero-ish (thanks mjmeintjes for noticing)
0.1.4 - 2020-05-13
- Update dependencies
- Rename the confusing
max-diff
parameter toscale
(BREAKING if you used it, but most people probably didn't)
0.1.3 - 2019-10-29
- Fix
ulp
of zero (no effect on normal usage) - Update to Clojure(script) 1.10 and fix tests on JDK9+ (thanks to @dl1ely)
0.1.2 - 2018-10-26
- Updated plugins and dependencies to latest versions
- Fixed documentation typos (thanks to @dl1ely and @baumandm)
0.1.1 - 2018-05-24
- ClojureScript support
- Interactive documentation (with Codox + Klipse)
0.1.0 - 2017-10-25
Initial release.