Dolan
19b122684c
Add lint to Travis
...
Fix linting
2017-09-17 00:01:09 +01:00
Dolan
72e89cfc3c
Move tests to respective folders as .spec
...
This is to keep to standards
2017-09-17 00:00:41 +01:00
Dolan
5ae02c3342
Merge pull request #43 from jacwright/default-run-styles
...
Making it easier to work with default styles
2.1.3
2017-09-16 17:48:37 +01:00
Dolan
258adba94c
Version bump
2017-09-16 17:48:15 +01:00
Jacob Wright
190208d5df
Making it easier to work with default styles
...
Adds the likely common styles, font and size, to be defined in defaults.
2017-09-16 08:24:15 -06:00
Dolan
32cda4dfb3
Merge pull request #42 from jacwright/patch-1-test
...
Fix tests
2017-09-15 16:09:18 +01:00
Jacob Wright
b2c3dd2f7b
Fix tests
2017-09-15 09:05:28 -06:00
Dolan
58eca3ff5b
Merge pull request #41 from jacwright/patch-1
...
Fix page/thematic breaks
2017-09-15 15:57:22 +01:00
Dolan
d5c04f9042
Pin typescript to 2.4.1
2017-09-15 15:56:21 +01:00
Jacob Wright
67ea7c95de
Just pagebreak, update test
2017-09-15 08:37:57 -06:00
Jacob Wright
e57fd8fc57
Fix page/thematic breaks
...
These items are not paragraph properties, but part of the content of the paragraph.
2017-09-15 08:25:43 -06:00
Dolan
411c0dadb5
Add table demo
2017-07-29 01:58:29 +01:00
Dolan
ee81f3c502
Version bump
2017-07-29 01:26:34 +01:00
Dolan
8263b93c36
Add third demo
2017-07-29 01:26:04 +01:00
Dolan
be709d082c
Export formatting from paragraph folder
2017-07-29 01:15:33 +01:00
Dolan
70c4e89a65
Version bump
2.1.1
2017-07-08 21:37:02 +01:00
Dolan
8f632d4ecd
Made XmlableObject non ambient typings to fix typescript problem
2017-07-08 20:45:19 +01:00
Dolan
6784dc1f3d
Updated archiver types
2017-07-08 01:24:25 +01:00
Dolan
fd63a30298
Updated definitions
2017-07-07 16:51:22 +01:00
Dolan
b0a29e26c9
Version bump
2.1.0
2017-07-07 14:36:34 +01:00
Dolan
8826fb010d
Added types to package json
2017-07-07 14:34:03 +01:00
Dolan
97101adb10
Enabled declarations in tsconfig to be true
2017-07-07 14:31:08 +01:00
Dolan
2ec171d4a8
Used my updated typings for archiver 1.3
2017-05-09 18:03:31 +01:00
Dolan
8876bb1fea
updated readme about demos
2017-04-17 19:53:53 +01:00
Dolan
96ca9d9c23
commented out the rm
2017-04-17 16:36:56 +01:00
Dolan
74a65f02fa
remove exit code
2017-04-17 16:07:28 +01:00
Dolan
339c017940
edited rm function
2017-04-17 15:41:03 +01:00
Dolan
969b52ae05
added nojekyll to gh-pages
2017-04-17 13:24:43 +01:00
Dolan
eb8f0f4033
added debugging to deployment
2017-04-17 13:05:02 +01:00
Dolan
d7229eb049
removed rimraf
2017-04-16 12:41:24 +01:00
Dolan
644819ed81
added deployment keys and scripts
2017-04-16 12:22:50 +01:00
Dolan
96fd61d3e4
using stable version of node
2017-04-16 02:25:44 +01:00
Dolan
b96cfe7b19
git fetch added
2017-04-16 01:29:29 +01:00
Dolan
d0e7c97a88
added commit message with merge with gh pages
2017-04-16 01:18:22 +01:00
Dolan
0ede54cfdc
added travis doc deployment solution
2017-04-16 01:12:42 +01:00
Dolan
5be1163549
remove docs in gitignore
2017-04-16 01:07:11 +01:00
Dolan
580f6eb633
fixed tests
2017-04-16 00:44:35 +01:00
Dolan
321be35918
added docs in gitignore
2017-04-16 00:30:27 +01:00
Dolan
45a18742d7
moved documentation to gh-pages branch
2017-04-16 00:22:29 +01:00
Dolan
7e81da404a
updated readme
2017-04-16 00:09:07 +01:00
Dolan
6c2abb4abc
added typedoc generated docs
2017-04-16 00:07:16 +01:00
Dolan
e8b0dbf93b
added docs ignore to npmignore file
2017-04-16 00:04:29 +01:00
Dolan
e59c255d85
added type to pack param
2017-04-15 23:45:27 +01:00
Dolan
17b28cb724
fixed more linting issues
2017-04-15 20:11:54 +01:00
Dolan
410152441b
fixed tslinting issues
2017-04-15 17:54:47 +01:00
Dolan
dfff4b96bd
updated tslint to 5.1.0
2017-04-15 17:47:29 +01:00
Dolan
72cb75a486
added comma
2017-04-15 17:46:56 +01:00
Dolan
53fe1dd988
added typedoc support for generating documentation
2017-04-15 17:46:11 +01:00
Dolan
043219f005
Merge pull request #32 from felipeochoa/keep-lines
...
add keepLines and keepNext support for paragraph formatting
2017-04-15 17:41:11 +01:00
felipe
0453f28951
add keepLines and keepNext support for paragraph formatting
...
This commit adds it to the three places where paragraph formatting can
be applied right now (directly on the paragraph, paragraph styles, and
bullets/numbering styles). I'm separately adding an entry to the wiki
regarding what these methods do (widow/orphan control)
2017-04-14 21:13:11 +02:00