Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Releases: chrishumboldt/Rocket-Tools

Minor Updates

16 Jan 05:46
794fd2b
Compare
Choose a tag to compare
  • Updated dom.remove() method.

Major Update

15 Nov 08:37
2ebd10e
Compare
Choose a tag to compare
  • A few methods have been optimised.
  • More methods incoming over the next few weeks.

Major Update

04 Oct 12:07
Compare
Choose a tag to compare
  • Changed the way request are made. It now works with as a promise rather than a callback.
  • Included Promise polyfill for older browsers.
  • Remove Typescript development. Building directly with Babel and ES6.

Small Fix

26 Jul 07:10
Compare
Choose a tag to compare
  • Fixed "is.image" method.
  • Fixed Url Typescript definition error.

Small Fix

18 Jul 08:11
Compare
Choose a tag to compare
  • Fixed an incorrect reference in the declaration file.

Minor Enhancements

26 Apr 11:19
Compare
Choose a tag to compare
  • Improved the "is.element" check.

Minor Enhacements

12 Apr 15:30
Compare
Choose a tag to compare
  • Updated the "dom.element" and "dom.select" to include window and document elements.

The Real 1.14 Release

05 Apr 13:19
Compare
Choose a tag to compare
  • Lets just say you shouldn't use 1.14.0. It was a silly mistake, lets all move past it.
  • Big updates to "dom.element" and "dom.select".
  • Big updates to "dom.event" as well.

Minor Improvements

28 Feb 07:31
Compare
Choose a tag to compare
  • Fixed issue with "state.toggle" method references.
  • Added in a more focused "is.number" method.

New DOM Method

20 Feb 18:15
Compare
Choose a tag to compare
  • Added in "dom.element".
  • Optimized "dom.select".
  • Deprecated "dom.wallpaper".
  • Updated Typescript declarations file.
  • Fixed dumb reference to "header" element. Should have been "head" element. Doh!