0.46.12 • Published 5 years ago

ul4 v0.46.12

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

UL4

UL4 is a cross-platform templating language.

UL4ON

UL4ON is a lightweight machine-readable text-based cross-platform object serialization format.

Implementations

Apart from this Javascript implementation there are implementations of UL4 and UL4ON for Python, Java and PHP.

Documentation

The Python documentation contains more info on UL4 and UL4ON.

Build instructions

Install the npm packages:

npm install

Build dist/ul4.js:

npm run build

Using UL4 in your project

In your HTML include the following:

<script src="{path}/node_modules/blueimp-md5/js/md5.min.js"></script>
<script src="{path}/dist/ul4.js"></script>

now you can use the Javascript variable ul4.

Changes

Changes 0.46.12

Fixed the variable _js_Date (which should be a local variable).

Authors

  • Walter Dörwald
  • Thoralf Hänsel
0.46.12

5 years ago

0.46.11

5 years ago

0.46.10

5 years ago

0.46.9

5 years ago

0.46.7

5 years ago

0.46.6

5 years ago

0.46.5

5 years ago

0.46.4

5 years ago