0.4.2 #59
xTrayambak
announced in
Announcements
0.4.2
#59
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a new release with several breaking changes, with 38 commits in total.
Engine Additions
definePrototypeFn
.String
prototype functionsString.prototype.toLowerCase
String.prototype.toUpperCase
String.prototype.indexOf
String.prototype.trimLeft
String.prototype.trimRight
console
is a standalone type now, instead of a name-mangling hack. This means that all engine components now use the new type interface.consoledotlog
is now justlog
, which takes in theconsole
type as an argument alongside the rest of the arguments.Bug Fixes
REPL Changes
.express
command. You must provide an integer argument to it and it will pretty-print the atom at the address, if it exists.Dependencies
Breaking Changes
balde <file>
now.~/.cache/mirage
directory entirely in order to prevent weird bugs.This discussion was created from the release 0.4.2.
Beta Was this translation helpful? Give feedback.
All reactions