Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nicmendoza/mavo

Tags

v0.1.0

Toggle v0.1.0's commit message
don't read me

v0.0.7

Toggle v0.0.7's commit message
Bring contribution guidelines up to date

v0.0.6

Toggle v0.0.6's commit message
Implemented concatenate operator (&) and function (concatenate())

This is important because + only adds numbers, so we did not have a way
to concatenate before. Operator inspired from Ada. How it works: array
& string will join the array, array & array concatenates element-wise,
string & string will concat the strings.

v0.0.5

Toggle v0.0.5's commit message
Add CNAME

v0.0.4

Toggle v0.0.4's commit message
Small docs updates

v0.0.3

Toggle v0.0.3's commit message
The fix for mavoweb#32 (248f394) basically broke editing. This fixes …

…it again

v0.0.2

Toggle v0.0.2's commit message
Enabled ES2015 transpiling instead of specific features

v0.0.1

Toggle v0.0.1's commit message
Semi-stable, I think