Releases: ALANVF/Red.js
Releases · ALANVF/Red.js
Red.js version 0.1.2
- Removed
pre1
from the preprocessor. - Reimplemented several
series!
types. - Fixed
form
/mold
forbinary!
values with an offset. - Added
clear
action. - Added
remove
action. - Added
insert
action forany-list!
,any-path!
, andany-string!
. - Added
pad
andrepend
helper functions. - Redid
email!
's implementation. - Finished implementing
append
forany-list!
,any-path!
, andany-string!
.
Red.js version 0.1.0
- Fixed
#include
directive. - Fixed get-path/set-path bugs.
- Fixed
pick
bug. print
now prints values correctly.- Added
string!
comparison. - Added bit-shift operators.
- Fixed a
case
bug. - Added some testing scripts.
- Carets are now allowed in identifiers.
- Fixed
to block!
for strings and maps. - Fixed a typo in the tokenizer.
- Fixed some
block!
andparen!
actions. - Fixed a thing related to
map!
keys. - Added some actions for
pair!
s. - Fixed
bitset!
internals. - Fixed
form
forrefinement!
values. - Fixed
mold
issues for:op!
native!
action!
function!
context!
object!
logic!
- Added
form
/mold
support for most remaining datatypes:- stringy types
map!
unset!
binary!
issue!
time!
tuple!
percent!
hash!
vector!
bitset!
date!
- Accidently broke tests/demo.red (but I'll fix that later).
Red.js version 0.0.9
- Fixed
skip
bug. - Added
extract
helper function. - Fixed refinement arguments.
- Improved
poke
forseries!
types. - Unified
percent!
behavior. - Added
shift
native. - Added trigonometric natives.
- Added
nan?
andzero?
natives. - Added more math natives.
- Added
absolute
,negate
, andpower
actions. - Added (partially incomplete)
make
/to
actions forinteger!
andfloat!
. - Added some more helper functions.
Red.js version 0.0.8
- Added
negative?
,positive?
,max
, andmin
natives. - Added support for
binary!
literals. - Added support for
map!
literals. - File loading now works in browser js.
do
now acceptsfile!
s.lit-word!
arguments that acceptunset!
now work.- Added support for
tag!
literals. - Added support for
date!
literals.
Red.js version 0.0.7
- Fixed
to
action. - Reimplemented
char!
andstring!
. - Added basic actions for
char!
. - Fixed inconsistent
mold
behavior forstring!
andchar!
. - Fixed
pick
andpoke
bugs. - Added
unset
native. - Added more utility functions.
- Fixed a context bug.
- Added
union
native (paritally). - Added more supported types for
make block!
. - Added
to
action forblock!
. - Added
copy
action forstring!
. - Fixed an issue where function refinements that didn't take any arguments would be ignored.
- Made the interactive help function better.
- Added all typesets.
Red.js version 0.0.6
- Added basic construction syntax support.
- Added
value?
native. - Improved some code formatting.
number!
andany-word!
are now located insystem/words
.- Added
and
,or
, andxor
operations fortypeset!
s. pair!
,tuple!
, andtime!
no longer box their values (internal).