Skip to content

Releases: Haprog/hash-actions

0.1.0

06 Apr 12:05
2e72370
Compare
Choose a tag to compare

Version was bumped from 0.0.4 to 0.1.0 as a sign of increased maturity since the project now has API docs (JSDoc), automated tests and good code coverage. Please note that this is still a 0.x version and the API should not yet be considered stable (see semver).

Changes since 0.0.4:

  • 2064efc fix: setHashWithoutScrolling

    Use the scrollTop/scrollLeft of document.documentElement (<html>) instead of document.body to save/restore the scroll position when using setHashWithoutScrolling().

  • test: Automated tests implemented and run in CI (#2, #3)

  • f5e4363 docs: API docs added as JSDoc comments