Skip to content

v0.1.4

Compare
Choose a tag to compare
@LeaVerou LeaVerou released this 08 Oct 14:01
  • Dynamic special properties that are updated independently of data! Current set of such properties is:
    • $now current time in milliseconds since 1/1/1970. Mostly useful in conjunction with date and time functions like time(), second(), date() etc.
    • $mouse for mouse position. Use $mouse.x and $mouse.y for individual coordinates.
    • $hash for the URL hash (without the # sign)
  • New url() function for getting URL parameters regardless of how they’re defined (via path or query string). $url is now deprecated and will be removed in the next release.
  • Support for optional toolbar buttons that can be enabled but are not there by default.
  • Toolbar Clear button has been moved to a plugin
  • Second argument of if() now defaults to first.
  • Several bugfixes