Skip to content

Changed_in_008

Wesley de Groot edited this page Nov 3, 2016 · 11 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___  
	            _   | |  \___  \ 
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/ 

Changed in v0.0.8

Fixed

  • New Commits will now include commit message
  • New Commits will now include version
  • New Commits will now include revision

No specific message will be:

_.js Auto Commit [v0.0.8 r151201-1] #16 (Discuss v0.0.8)

With message will be:

MESSAGE [v0.0.8 r151201-1] #16 (Discuss v0.0.8)

Changed

None


Deprecated

_('.wrapper').hide()

Please use _('.wrapper').toggle() instead.


_('.wrapper').show()

Please use _('.wrapper').toggle() instead.


New

Node.js Support see #21 Node.js Support.

_.setCookie(...)

Create a cookie


_.getCookie(...)

Read a cookie


_.deleteCookie(...)

Delete a cookie


_.getFileSize(...)

Get the filesize


_.emoij

Example _.emoij.nerd gives 🤓


_.escapeForRegex(...)

Make a string regex safe


Clone this wiki locally