Estevao Soares dos Santos
ed6a687013
bump package.json
2017-01-28 02:53:25 +00:00
Estevao Soares dos Santos
32a4cee258
chore: update chai
2017-01-27 22:07:55 +00:00
Estevao Soares dos Santos
0b32a95efd
chore(performance): update performance testing
2017-01-27 20:53:47 +00:00
Estevao Soares dos Santos
2d6cd1e908
feat(CLI:flavor): add flavor option to CLI
...
Add the option to pass a flavor preset to CLI. Ex:
`showdown makehtml --flavor="github"`
2017-01-08 20:02:42 +00:00
Estevao Soares dos Santos
3b3e9e7fbe
bump package.json
2017-01-08 19:10:03 +00:00
Estevao Soares dos Santos
4aa2118a64
chore: bump package.json version
2016-12-30 19:47:22 +00:00
Estevao Soares dos Santos
4d762989f8
chore: bump package.json version
2016-12-23 09:32:45 +00:00
Estevao Soares dos Santos
43ff0b643e
test: add performance tests
2016-12-23 09:29:58 +00:00
Estevao Soares dos Santos
60a9467e3d
release 1.5.4
2016-12-21 09:05:52 +00:00
Estevao Soares dos Santos
e8bcfac588
release 1.5.3
2016-12-19 12:17:39 +00:00
Estevao Soares dos Santos
143f324e4e
release 1.5.2
2016-12-17 05:31:08 +00:00
Estevao Soares dos Santos
9683eefaf1
release 1.5.1
2016-12-01 15:40:28 +00:00
Estevao Soares dos Santos
37b107b095
release 1.5.0
2016-11-11 08:56:18 +00:00
Estevao Soares dos Santos
b7a69e2dd6
release 1.4.4
2016-11-02 21:16:46 +00:00
Estevao Soares dos Santos
5d2016c0c1
release 1.4.3
2016-08-19 19:14:12 +01:00
Estevao Soares dos Santos
04c296e3b9
release 1.4.2
2016-06-21 02:11:27 +01:00
Estevão Soares dos Santos
94ec12b12d
release 1.4.1
2016-05-17 21:33:56 +01:00
Estevão Soares dos Santos
e586201025
release 1.4.0
2016-05-13 16:28:47 +01:00
Amo Chen
b1b49bafc1
update license field in package.json
2016-01-20 10:46:43 +08:00
Estevão Soares dos Santos
f81789f0fb
release: release 1.3.0
2015-10-19 03:27:54 +01:00
Estevão Soares dos Santos
e928622664
chore: add grunt task to add newline to end of built files
...
Closes #202
2015-10-14 21:44:19 +01:00
Estevão Soares dos Santos
c4e82d855e
Merge pull request #188 from stevemao/changelog
...
Changelog
2015-08-27 05:38:32 +01:00
Estevão Soares dos Santos
64009b2ced
bump version and changelog
2015-08-27 05:25:02 +01:00
Steve Mao
22e3d644e1
feat(release): use grunt-conventional-github-releaser
...
You need to set environment variable `GH_TOKEN` as your github token and make sure you run it after you have pushed your tag.
2015-08-11 11:39:51 +10:00
Steve Mao
247176d283
chore(deps): bump grunt-conventional-changelog
...
There are a ton of bug fixes and nice new features.
2015-08-11 11:38:29 +10:00
Estevão Soares dos Santos
7720c88bfc
fix(lists): fix github code blocks not being parsed inside lists
...
Fix ghCodeBlocks not being correctly parsed inside lists. Also, as a side
effect, fixes issues with consecutive lists and extra paragraphs being
added into lists.
Closes #142 , Closes #183 , Closes #184
2015-08-01 21:05:28 +01:00
Estevão Soares dos Santos
086c41de54
release 1.2.1
2015-07-22 18:47:51 +01:00
Estevão Soares dos Santos
4fbbf77375
release 1.2.0
2015-07-13 21:02:53 +01:00
Estevão Soares dos Santos
d8111d1791
test(cli): run cli tests only on node >= 0.12
2015-07-13 05:39:05 +01:00
Estevão Soares dos Santos
f6a33e402c
feat(CLI): add a simple cli tool
2015-07-13 05:09:03 +01:00
Estevão Soares dos Santos
ba7eb7ebaf
Merge branch 'cli' of https://github.com/rheber/showdown into feature/cli
2015-07-12 02:36:33 +01:00
Estevão Soares dos Santos
f9cf0e607f
chore(grunt): add silent mode to grunt
...
Grunt output can be very annoying. This adds the option to quite Grunt with the '-q' flag.
When ran with '-q', grunt will only output dots for each task action ran successfully
and the error message if something goes wrong.
2015-07-11 19:12:04 +01:00
Estevão Soares dos Santos
91e7b95796
chore: several small build enhancements
...
+ build
2015-07-10 21:00:21 +01:00
Estevao Soares dos Santos
42240ba82c
test: add karlcow's testsuite
...
Also refactor tests to improve maintainability
2015-06-11 01:29:42 +01:00
Estevao Soares dos Santos
4ebd0caa27
feature(extensionLoading): add support to legacy extensions in the new extension mechanism
...
Old extensions that register themselves in `showdown.extensions` can be loaded and validated using the new extension loading mechanism.
However, a warn is issued, alerting users and developers that the extension should be updated to use the new mechanism
BREAKING CHANGE: Deprecates `showdown.extensions` property. To migrate, you should use the new method `showdown.extension(<ext name>, <extension>)` to register the extension.
2015-06-07 19:02:45 +01:00
Estevão Soares dos Santos
f2f01fb65c
chore(package.json): bump minor version and add load-grunt-tasks and sinon to dev dependencies
2015-05-31 18:43:31 +01:00
Estevão Soares dos Santos
5facec4a23
Release version 1.0.2
2015-05-28 22:30:57 +01:00
Estevão Soares dos Santos
4a0ec47402
chore(package.json): add keywords to package.json
2015-05-28 21:45:00 +01:00
Estevão Soares dos Santos
b9ecfa3ae6
bump patch
2015-05-27 23:50:28 +01:00
Estevão Soares dos Santos
2baf7bf709
RELEASE 1.0.0
2015-05-27 16:36:53 +01:00
Estevão Soares dos Santos
1c80fcc2cf
chore(grunt): add bump grunt taks
2015-05-27 02:21:36 +01:00
Estevão Soares dos Santos
5656afd43a
chore(package.json): change test runner to grunt
2015-05-16 00:19:40 +01:00
Estevão Soares dos Santos
a8bd6bbd98
chore(package.json): fix license and version tag
2015-05-15 22:33:01 +01:00
Estevão Soares dos Santos
4b0bfa8b70
chore(package.json): update package.json
2015-05-13 22:36:52 +01:00
Estevão Soares dos Santos
7232187b56
fix(package.json): fix version in package.json file
2015-04-22 16:40:39 +01:00
rheber
4c529f83f0
support for stdin
2015-02-01 11:56:32 +11:00
Estevão Soares dos Santos
c528f4a427
chore(changelog): add support to automatically create changelogs
2015-01-19 16:27:28 +00:00
Estevão Soares dos Santos
0e99444bb1
feat(grunt-jscs): add grunt task jscs lint
...
Now it's possible to enforce code style linting with jscs automatically when testing or building with grunt
2015-01-19 15:43:47 +00:00
Estevão Soares dos Santos
9ad3ac5cc0
chore(): add support for jscs
2015-01-19 14:53:53 +00:00
Estevão Soares dos Santos
394d37983e
Fixed test command for travis
2015-01-15 21:29:39 +00:00