Commit Graph

800 Commits

Author SHA1 Message Date
Liam Newman
408988b67a Merge branch 'genericeval' 2013-04-01 10:36:15 -07:00
Einar Lielmanis
f78daa196a Merge pull request #217 from eleith/patch-html5-a-block-optional
beautify-html: respect unformatted option when peeking to support A html5 block level
2013-03-30 02:35:31 -07:00
eleith
2976696523 only format if a tag comes back when peeking 2013-03-29 04:24:14 -07:00
Liam Newman
db310b320e Formatting the credits 2013-03-28 17:16:54 -07:00
Liam Newman
a60ec74c39 More attic documentation 2013-03-28 17:14:14 -07:00
Liam Newman
cdbbce37ee Update git ignore to prevent checkins of build and deploy output 2013-03-28 17:07:02 -07:00
Liam Newman
dddd2c8333 Remove attic and readme documentation for it.
Closes #215
2013-03-28 16:58:19 -07:00
Einar Lielmanis
c90589d4ea GenericEval obfuscator 2013-03-28 14:59:22 -07:00
Liam Newman
7125fd05c2 v1.2.0
Jumping past 1.0 to avoid conflicts with any other package versions.
2013-03-27 15:20:56 -07:00
Liam Newman
2ea625f780 More License administrivia
In looking around at related projects, I've seen a number of them
embedding and reusing individual files instead of the whole project.

As such it makes sense to put the license into the files themselves.

The code is free, this just just clearerly states that it should remain so.
2013-03-27 15:17:37 -07:00
Liam Newman
93313d7242 Merge remote-tracking branch 'upstream/python-stable' 2013-03-27 14:21:13 -07:00
Liam Newman
2ff25bad5c Workaround limitation of windows npm install softlinking
Closes #212
2013-03-27 14:02:15 -07:00
Liam Newman
4788ad7b08 Synchronize node and Python 2013-03-27 12:26:49 -07:00
Liam Newman
14e4edc069 Comments between } and else should prevent collapsing
Closes #206
2013-03-27 09:44:42 -07:00
Einar Lielmanis
c17f6a93da Merge pull request #208 from RichardBronosky/python-stable
Changing python version to sync with repo version
2013-03-26 07:50:34 -07:00
Einar Lielmanis
a3e10c4050 Moved unmaintained php port to attic (ref #207) 2013-03-26 16:43:54 +02:00
Richard Bronosky
ba0a507127 Changing python version to sync with repo version 2013-03-26 03:14:32 -04:00
Liam Newman
d5ec851f11 Preserve newlines on either side of ++ and --
This closes #56 and openes the new less severe case of #203.
2013-03-25 00:08:19 -07:00
Liam Newman
bc803495d8 Do not polute global namespace if we find a module loader
Clean up related to #201.
2013-03-24 15:53:03 -07:00
Liam Newman
7037a55286 Add require.js support
Closes #201
2013-03-23 20:04:00 -07:00
Liam Newman
c0b8b05f97 Wrap the Beautifier to avoid any future global namespace collision. 2013-03-23 19:52:08 -07:00
Liam Newman
4b1ea2d6f4 Store the entire previous flags object 2013-03-22 17:20:13 -07:00
Liam Newman
aa516c2bcc Parsing should mostly not cross frame boundaries
We want to know when it does.
2013-03-22 16:15:15 -07:00
Liam Newman
978273aeba Fix preserved newlines inside expression frames 2013-03-21 12:30:30 -07:00
Liam Newman
096adaafef Fix missed string switch 2013-03-21 11:44:04 -07:00
Liam Newman
9dbaacc778 Re-indent js tests 2013-03-21 00:13:45 -07:00
Liam Newman
76612f49b7 Add tests for #197 2013-03-21 00:13:45 -07:00
Liam Newman
fa0e417f0c Try Travis with Python as language
Travis doesn't support a matrix of languages in one repo, so even
though we specified differ versions of python we just used the same one.

Trying the python language as the base, since for our purposes there are
probably larger differences in versions of python.
2013-03-21 00:13:44 -07:00
Liam Newman
5000464bf0 Separate the node aspects of test from browser runnable ones 2013-03-21 00:13:44 -07:00
Liam Newman
e0ab727fcb Add nmp module badge 2013-03-21 00:13:44 -07:00
Einar Lielmanis
ecdfdf26f7 Fix 197, float messing up range() in some pythons 2013-03-21 08:45:45 +02:00
Liam Newman
85d1f2191e Correct copyright
The git history on this project starts in 2007.  Wow.
2013-03-20 12:48:57 -07:00
Liam Newman
a676ce830c Create LICENSE
Administrivia
2013-03-20 12:37:54 -07:00
Liam Newman
b44b5f1c38 Merge pull request #196 from bitwiseman/master
Expand travis build and default make
2013-03-20 11:59:51 -07:00
Liam Newman
02aa812163 Expand travis test to include python 2013-03-20 11:51:10 -07:00
Einar Lielmanis
ad96bd4ebf Activate travis-ci, let's see how this works out 2013-03-20 10:32:49 +02:00
Daniel Stockman
7697693d13 0.4.2 2013-03-19 14:08:14 -07:00
Einar Lielmanis
709af232e8 Some tweaks to the contributor list, mention node 2013-03-19 22:53:28 +02:00
Einar Lielmanis
f556039fa5 Merge pull request #195 from evocateur/npm-metadata
Updating npm metadata
2013-03-19 13:21:29 -07:00
Daniel Stockman
be4ee7356f Close angle bracket around email in contributors list. 2013-03-19 13:11:35 -07:00
Daniel Stockman
61593e58d4 Add 'homepage' to package metadata. 2013-03-19 13:10:51 -07:00
Daniel Stockman
04befed036 Change repository.url to core repo. 2013-03-19 13:10:27 -07:00
Daniel Stockman
edc8b41f4a Add 'bugs' URL to package metadata. 2013-03-19 13:10:05 -07:00
Liam Newman
2737212b9b Add @bitwiseman to npm package contributors 2013-03-19 12:28:59 -07:00
Liam Newman
f6757d0eb1 Merge pull request #192 from evocateur/node-package
Moving npm package upstream
2013-03-19 12:24:46 -07:00
Daniel Stockman
b5821920b2 index.js should be the 'main' entry point in package.json. 2013-03-19 11:46:45 -07:00
Daniel Stockman
a42a7a0a01 Merge upstream changes into node-package 2013-03-19 11:19:08 -07:00
Liam Newman
c5789a8c7f Synchronize js fixes and tweaks to python 2013-03-19 00:48:42 -07:00
Daniel Stockman
0b1ba95c7c 0.4.1 2013-03-18 18:55:52 -07:00
Daniel Stockman
256e76e28e Even more so, if I make the HTML beautifier require relative to __dirname. /doublefacepalm 2013-03-18 18:55:35 -07:00