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
Estevão Soares dos Santos
eae5f0e01f
Major code refactoring
2015-01-15 21:21:33 +00:00
Estevão Soares dos Santos
e4d96c4fd8
Bugfix: Fixes #128 Fixes issue where compressed/concatenated file breaks if angular is not present.
2015-01-06 16:06:00 +00:00
Estevão Soares dos Santos
22d85ae575
Preparing new release
2015-01-04 21:27:45 +00:00
Corey Innis
6b21d1497d
version 0.3.1
2012-11-02 03:11:07 -07:00
Pascal Deschenes
013fed875c
bump version number
2012-11-01 16:22:41 -04:00
Pascal Deschenes
dc28410a3b
Merge branch 'master' into feature-table-extension
...
Conflicts:
README.md
src/showdown.js
2012-11-01 14:21:39 -04:00
Pascal Deschenes
5153d76d89
add basic grunt file support
2012-11-01 14:12:53 -04:00
Pascal Deschenes
803efa03af
add test script and specific mocha/should version in package.json
2012-11-01 14:12:27 -04:00
Corey Innis
bde91a1106
version 0.3.0
2012-10-31 02:05:41 -07:00
Corey Innis
99c5b4609a
update contributors
2012-10-31 01:21:28 -07:00
Corey Innis
e517605e09
update contributors
2012-10-31 00:54:12 -07:00
Titus
599e9d47f7
Added link to github page and license
2012-06-20 21:51:59 -06:00
Corey Innis
f68216820a
version 0.2.0
2012-06-15 12:05:16 -07:00
Corey Innis
7f0d59d18e
add Titus Stone to package def
2012-06-15 12:04:48 -07:00
tstone
d16e675ae8
Added testing suite
2012-06-13 23:05:31 -06:00
Corey Innis
67a10fb393
version 0.1.0
...
bumped to reflect recent pulls.
2012-05-27 15:34:36 -07:00
Corey Innis
d9d7aac3b5
add Cat Chen as contributor
2012-05-27 15:18:51 -07:00
Corey Innis
de33985af2
add Dominic Tarr as contributor
2012-05-27 15:07:55 -07:00
Corey Innis
e877c93ae3
add Roger Braun as contributor
2012-05-27 15:01:31 -07:00
Corey Innis
3c52317851
adds contributor
2011-04-09 06:27:45 +08:00
Konstantin Käfer
36d1a72756
add contributor
2011-04-07 13:31:26 -04:00
Konstantin Käfer
6872d72294
adding package.json for CommonJS compliance
2011-04-07 13:26:00 -04:00