Skip to content

Commit 2a25464

Browse files
committed
1.1.4
- Added slicker live demo docs. - Added some performance improvements. - Fixed a bug when escaping escape tags or escape comments. - Updated dependencies.
1 parent c1a1cdb commit 2a25464

24 files changed

Lines changed: 11905 additions & 826 deletions

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Teddy Changelog
1+
## 1.1.4
22

3-
## Next version
4-
5-
- Put your changes here...
3+
- Added slicker live demo docs.
4+
- Added some performance improvements.
5+
- Fixed a bug when escaping escape tags or escape comments.
6+
- Updated dependencies.
67

78
## 1.1.3
89

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# How to contribute
22

3+
## Coding
4+
5+
If you want to write code for this project, here's how to set up a development environment:
6+
7+
- Fork/clone this repo.
8+
- Install dependencies: `npm ci`
9+
- Do a build: `npm run build` — builds are needed after every code change.
10+
- Run the tests: `npm t`
11+
312
## Before opening a pull request
413

514
- Run: `npm run build`.

0 commit comments

Comments
 (0)