elm/libraries/Native
Evan Czaplicki 3b3ee156f2 Fix #524
It seems that .test mutates the regular expression, whereas .match does
not. Whoo JavaScript!
2014-03-16 14:09:25 -07:00
..
Graphics Fix bug reported by @Dandandan in which a runtime error leads to a crash 2014-03-13 11:43:29 -07:00
Signal Fix bug from [Char] to native string switch. Empty strings are ignored again. 2014-03-08 09:02:13 -08:00
Basics.js Move some library functions out of JS and into Elm 2013-10-29 17:16:47 +01:00
Bitwise.js Fix stupid error in Bitwise library 2014-02-08 19:42:44 +01:00
Char.js New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Color.js Move conversion from colors to CSS to the Color library 2014-03-01 20:08:38 -08:00
Date.js Add Date.fromTime function, based on PR #357 2014-01-28 23:56:24 +01:00
Debug.js Fix bug with log function 2014-03-08 07:37:06 -08:00
Error.js New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Function.js Convert the List and Misc modules. 2013-03-08 23:31:19 -08:00
JavaScript.js Make the fix from #435 2014-01-13 11:01:10 +01:00
Json.js Fix to Json Boolean native constructor 2013-11-15 15:58:16 +00:00
List.js Fix problem with Text alignment! 2014-01-20 20:54:16 +01:00
Ports.js Simplify the JS API for sending values to signal ports, making error handling more reasonable 2014-01-16 18:30:44 +01:00
Regex.js Fix #524 2014-03-16 14:09:25 -07:00
Show.js Remove unused dependencies 2014-02-24 10:30:07 -05:00
String.js Fix wrong return value in String.endsWith when sub.length > str.length 2014-03-04 02:05:50 +05:30
Text.js Get rid of non-standard function (not in Safari) 2014-03-11 17:27:44 -07:00
Trampoline.js cosmetic: mess with style 2014-02-19 16:03:52 -05:00
Transform2D.js Add scale and documentation for translation 2013-10-29 16:58:54 +01:00
Utils.js Format code to be a bit more readable 2014-03-13 11:43:29 -07:00