Skip to content

Releases: Old-Lab-Archives/MeowJS

MeowJS

23 Dec 02:18
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Fixed some lines... Added semantics for text and video... Added UTF16 conversion along with previous UTF8.

main file --- meow.js (other files (modules) are also mandatory)

The code gets successfully compiled in node v0.10.32 (node.js). Haven't tried with v0.10.33, but it will run.
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

main repository --- click here

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

21 Dec 12:10
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Added some render compression and font rendering... And fixed some lines..

main file --- meow.js (other files (modules) are also mandatory)

The code gets successfully compiled in node v0.10.32 (node.js). Haven't tried with v0.10.33, but it will run.
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

main repository --- click here

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

16 Dec 09:39
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Fixed some lines... Added texture rendering..

main file --- meow.js (other files (modules) are also mandatory)

The code gets successfully compiled in node v0.10.32 (node.js). Haven't tried with v0.10.33, but it will run.
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

main repository --- click here

Upcoming features --- Let's see! --- Next version will be pre-released after some-some days, but before Christmas for sure. (^_^)
Current status --- Non-Production ready.

MeowJS

15 Dec 17:15
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Added some string power as well as DOM encode/decode.

main file --- meow.js (other files (modules) are also mandatory)

The code gets successfully compiled in node v0.10.32 (node.js). Haven't tried with v0.10.33, but it will run.
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

main repository --- click here

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

15 Dec 01:13
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Fixed some lines and Added H.264 encoder.

main file --- meow.js (other files (modules) are also mandatory)

The code gets successfully compiled in node v0.10.32 (node.js). Haven't tried with v0.10.33, but it will run.
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

main repository --- click here

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

13 Dec 20:10
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Added fun canvas text, cli and some more. Fixed some lines.

main file --- meow.js (other files (modules) are also mandatory)

The code gets successfully compiled in node v0.10.32 (node.js). Haven't tried with v0.10.33, but it will run.
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

main repository --- click here

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

11 Dec 14:55
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Added SPDY proxy

The code gets successfully compiled in node v0.10.32 (node.js).
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

08 Dec 23:55
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

On comparison to previous version v0.2.9:-- Added WebP support with Accept and Vary for JPEG and PNG images.

The code gets successfully compiled in node v0.10.32 (node.js).
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

08 Dec 19:12
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

On comparison to previous version v0.2.8:-- Added some cache-control and additionally, some parts of HTTP Vary header functions and fixed some lines.

The code gets successfully compiled in node v0.10.32 (node.js).
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.
Read instructions before compiling --- README

Upcoming features --- Let's see!
Current status --- Non-Production ready.

MeowJS

05 Dec 04:51
Compare
Choose a tag to compare
MeowJS Pre-release
Pre-release

Added some image cache power, some HTTP response compression and UTF-8 stuffs.

main file --- meow.js

Current Features:-
--- Range Coding (includes prediction) --- The range coding follows existing LZMA mechanism
--- Some Bitmasking
--- DCT --- currently used for PNG
--- MD5 --- Mix of MD5 with DCT as well as usage in HTTP
--- HMM --- cool prediction model
--- PNG Images (color,load,fetch&compress/decompress)
--- JPEG images(load,fetch&compress/decompress,cache)
--- Binary/String/UTF8
--- HTTP (Content encoding/decoding, header compression, response-header compress) --- Since the LZHMBM proposed algorithm hasn't proposed any aspect for HTTP compression/decompression (delta coding) at present, so it gets inspired by The content encoding/decoding follows Huffman mechanism, whereas header compression follows Deflate, then reponse-header follows GZip (deflate) as well as BZip. Though, the keyword 'lzbmhm' is used in the code. If possible, then it will be used.

The code gets successfully compiled in node v0.10.32 (node.js).
All the files are debugged in jsbin, followed by google traceur compiler and again, debugged in jsbin.

Upcoming features --- Let's see!
Current status --- Non-Production ready.