File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ## v0.10.0: (UNRELEASED)
1
+ ## v0.10.0: 2016-02-20
2
2
3
3
Many major changes including a total overhaul of the API (no more
4
4
auto-MathQuill-ifying of ` .mathquill-editable ` etc, and no more jQuery
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ CLEAN += $(DIST)
57
57
58
58
# programs and flags
59
59
UGLIFY ?= ./node_modules/.bin/uglifyjs
60
- UGLIFY_OPTS ?= --mangle --compress hoist_vars=true
60
+ UGLIFY_OPTS ?= --mangle --compress hoist_vars=true --comments /maintainers@mathquill.com/
61
61
62
62
LESSC ?= ./node_modules/.bin/lessc
63
63
LESS_OPTS ?=
Original file line number Diff line number Diff line change 1
1
# [ MathQuill] ( http://mathquill.github.com )
2
2
3
- by [ Han] [ ] , [ Jeanine] [ ] , and [ Mary] [ ]
3
+ by [ Han] [ ] , [ Jeanine] [ ] , and [ Mary] [ ] ( maintainers@mathquill.com )
4
4
5
5
[ Han ] : http://github.com/laughinghan
6
6
[ Jeanine ] : http://github.com/jneen
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mathquill" ,
3
- "description" : " Magic textboxes where you can type math as easily as writing " ,
4
- "version" : " 0.9.4 " ,
3
+ "description" : " Easily type math in your webapp " ,
4
+ "version" : " 0.10.0 " ,
5
5
"license" : " MPL-2.0" ,
6
6
"repository" : {
7
7
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
/*
2
- * MathQuill: http://mathquill.com
3
- * by Jeanine (jneen@jneen.net) and Han (laughinghan@gmail .com)
2
+ * MathQuill v0.10.0 http://mathquill.com
3
+ * by Han, Jeanine, and Mary maintainers@mathquill .com
4
4
*
5
5
* This Source Code Form is subject to the terms of the
6
6
* Mozilla Public License, v. 2.0. If a copy of the MPL
Original file line number Diff line number Diff line change 1
1
/**
2
- * MathQuill: http://mathquill.com
3
- * by Jeanine (jneen@jneen.net) and Han (laughinghan@gmail .com)
2
+ * MathQuill v0.10.0 http://mathquill.com
3
+ * by Han, Jeanine, and Mary maintainers@mathquill .com
4
4
*
5
5
* This Source Code Form is subject to the terms of the
6
6
* Mozilla Public License, v. 2.0. If a copy of the MPL
You can’t perform that action at this time.
0 commit comments