Sashko Stubailo
cf6d7f109b
Remove RC qualifier from all version numbers
2015-09-21 15:43:03 -04:00
David Greenspan
ca9b8f571f
Version bumps
...
Tried to get everything to an rc.0 of the very latest version,
which required some research in some cases about the published
versions. For example, some packages had version histories like:
```
...
1.0.3-winr.2 January 20th, 2015
1.0.3-winr.3 February 24th, 2015 installed
1.0.3 March 17th, 2015 installed
1.0.4-anubhav.0 August 6th, 2015
1.0.4-plugins.0 July 22nd, 2015
1.0.5-galaxy.0 July 17th, 2015
```
In this case, I would bump the version from `1.0.4-plugins.0`
to `1.0.5-rc.0`, skipping `1.0.4`.
2015-08-10 22:10:52 -07:00
David Glasser
43b4b30205
Release PLUGINS-PREVIEW@1
...
This included removing some internal version constraints. It would be
nice if package A could say "use B@2.0.0" (when both have changed), but
when they're both in the release, we need to make a release that has a
B@2.0.0-rc in it, which doesn't match that constraint. Fortunately,
constraints aren't necessary within a release anyway.
2015-07-22 23:19:11 -07:00
David Glasser
4daaa76b12
METEOR@1.0.4
2015-03-17 13:06:07 -07:00
David Glasser
af0469da35
Bump other packages to -rc.0
2015-03-05 22:54:07 -08:00
Slava Kim
27f249bfed
A lot of crazy package bumps
2015-01-21 14:03:55 -08:00
ekatek
c5bc843816
bring README.md files up to 1.0.3 compatibility
...
Fill in all packages without README.md files with a short
README.md mentioning that this is an internal Meteor package.
Break up the top paragraph of a couple of existing README.md
files to be proper long description.
There is more work to do here, involving line wrapping and the like.
2015-01-20 12:21:35 -08:00
David Glasser
6b204ca73a
Bump package versions for 1.0.2
2014-12-19 10:31:59 -08:00
David Glasser
73b809c122
Bump versions for 1.0.2.
2014-12-11 22:44:41 -08:00
David Glasser
6ea8443f30
Update calls to addFiles, onUse, and onTest
2014-12-09 20:18:31 -08:00
David Glasser
de5f68cf70
bump all versions (due to source-map upgrade)
2014-11-25 09:06:26 -08:00
Sashko Stubailo
36da5aecb4
Make all version numbers not have rc
2014-10-13 14:09:37 -07:00
Sashko Stubailo
698fbedb10
Bump all of the version numbers to rc.0
2014-10-07 17:10:48 -07:00
Sashko Stubailo
1e53f6b598
Bump all version numbers again after cherry-picking unipackage fix
2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac
Bump all of the version numbers again, to republish with the unipackage.json fix
2014-10-01 15:43:05 -07:00
Sashko Stubailo
eecc272e4a
Bump every single package version number due to a change in compilation
2014-09-29 23:44:50 -07:00
ekatek
b9a714f028
ripping out internal, name and test from package.js files
2014-07-07 20:50:50 -07:00
ekatek
fb709c9563
remove versions files from core packages
2014-06-16 22:11:31 -07:00
ekatek
beb0e59b9d
new version files from teh new solver? Also, package.js correct with tests
2014-05-09 17:36:25 -07:00
ekatek
031890d2c5
don't store buildtime deps in the catalog
2014-05-04 16:56:58 -07:00
ekatek
23ad149a78
better versions files
2014-04-25 15:06:45 -07:00
ekatek
10d2047d12
clean up
2014-04-25 15:01:20 -07:00
ekatek
c84c8d6097
alphabetize package version lock files
2014-04-24 18:18:21 -07:00
ekatek
1f3daac20c
remaining versions.json
2014-04-21 19:03:09 -07:00
ekatek
693c41493d
cleanup
2014-04-15 22:09:53 -07:00
ekatek
833d8b3620
adding names and test packages where applicable; wip
2014-04-10 15:04:38 -07:00
Geoff Schmidt
66b7253695
Take all packages to 1.0.0 (that aren't already there)
2014-03-07 12:00:20 -08:00
David Glasser
4b3cb9d305
Rename api.exportSymbol -> api.export.
2013-07-25 18:54:43 -07:00
David Glasser
9f38258b54
Drop all @export lines. Add api.exportSymbol instead.
2013-07-25 18:54:40 -07:00
David Glasser
6b48e8bd8a
stuff that doesn't have conflicts
2013-05-13 11:51:50 -07:00
David Glasser
8dbee56e77
Add .gitignore to package directories to match linker branch.
...
This way switching between linker and devel doesn't leave you with lots of junk
in git status.
2013-05-13 10:57:37 -07:00
David Glasser
5a5204e3a4
Remove closures around package files. (hint: git blame -w)
...
The bundler now adds closures around client files and the server adds closures
around server files.
2013-03-19 15:13:53 -07:00
David Greenspan
96cd1faf6b
jsparse: allow unescaped / in regex char classes
...
Regexes like /[/]/ are ES5 compliant and supported by Node and browsers.
Needed to parse prettify.js and SockJS!
2012-12-10 15:16:23 -08:00
David Greenspan
8eacb1ab9f
clarify comment
2012-12-07 18:03:52 -08:00
David Greenspan
85b502c296
jsparse: fix logic bug in lexing identifiers
2012-12-07 17:56:23 -08:00
David Greenspan
c87b00f0c9
jsparse: fix decimal literals starting with '.'
2012-12-07 13:40:23 -08:00
David Greenspan
99b659a810
jsparse: line numbers in error messages
2012-11-26 18:28:07 -08:00
David Greenspan
e8826efb1e
jsparse: allow trailing comma in obj lit per ES5
...
(we should probably catch this in future linter)
2012-11-26 12:14:51 -08:00
David Greenspan
ae492fc793
jsparse: support ES5 line continuations
2012-11-22 16:54:07 -08:00
David Greenspan
44b4c9ed61
jsparse: allow keywords as property names per ES5
2012-11-22 16:54:07 -08:00
David Greenspan
ad7098307d
Fix jsparse hex literals
...
(so 0xabc doesn't parse 0 and then error)
2012-11-21 20:50:48 -08:00
David Greenspan
afff7677b5
fix jsparse comments in AST
2012-10-01 12:28:09 -07:00
David Greenspan
6686d40526
include comments in jsparse AST
2012-09-30 00:42:04 -07:00
David Glasser
4dcdeb4435
Fix jsparse tests on IE7.
2012-09-28 12:39:03 -07:00
David Glasser
8ff16d3b04
IE7 throws an error if you use unquoted false or true as a key in object literals.
...
Quoting it works (and x[false] and x[true] work).
2012-09-28 11:42:57 -07:00
David Greenspan
b112cf8f92
small jsparse improvements
2012-09-20 21:22:34 -07:00
David Greenspan
a4c4fabbbd
make jsparse internal
2012-09-19 11:42:34 -07:00
David Greenspan
90e516d7c9
make methods out of lexeme.next()/prev()
2012-09-12 16:59:24 -07:00
David Greenspan
c3477ec91c
Make use of Parsers.lazy
2012-09-12 16:34:41 -07:00
David Greenspan
128392ccea
real Parser for unstringify, Parsers.lazy
2012-09-12 16:26:10 -07:00