Skip to content

Commit 1b27d6c

Browse files
committed
v2.2.1
- Internal dependencies update - Minor documentation update
1 parent 6e153de commit 1b27d6c

File tree

3 files changed

+35
-34
lines changed

3 files changed

+35
-34
lines changed

.versions

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,64 @@
11
2-
babel-compiler@7.1.0
3-
babel-runtime@1.2.2
2+
babel-compiler@7.2.3
3+
babel-runtime@1.3.0
44
5-
5+
66
77
8-
boilerplate-generator@1.5.0
9-
caching-compiler@1.1.12
8+
boilerplate-generator@1.6.0
9+
caching-compiler@1.2.1
1010
1111
1212
1313
14-
14+
1515
1616
1717
18-
19-
dynamic-import@0.4.0
20-
ecmascript@0.11.0
18+
19+
dynamic-import@0.5.0
20+
ecmascript@0.12.3
2121
22-
ecmascript-runtime-client@0.7.1
23-
22+
ecmascript-runtime-client@0.8.0
23+
2424
25+
2526
2627
2728
28-
2929
30+
3031
31-
local-test:ostrio:[email protected].0
32+
local-test:ostrio:[email protected].1
3233
33-
34-
35-
36-
37-
38-
34+
35+
36+
37+
38+
39+
40+
3941
4042
41-
npm-mongo@3.0.7
43+
npm-mongo@3.1.1
4244
4345
44-
46+
4547
4648
47-
49+
4850
4951
5052
51-
routepolicy@1.0.13
52-
session@1.1.7
53-
53+
routepolicy@1.1.0
54+
session@1.2.0
55+
5456
5557
5658
5759
5860
5961
6062
61-
62-
63+
6364

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
__Features:__
44

5-
- 100% tests coverage
6-
- Lightweight - No external dependencies, all feature helpers has __only__ *weak* dependencies;
7-
- Compare values with conditions - `{{#if compare one '===' two}} ... {{/if}}`;
8-
- Get/set Session - `{{Session 'key' set='value'}}`, `{{#if Session 'key'}} ... {{/if}}`;
9-
- Use underscore's functions - `{{#if _ 'isString' 'one'}} ... {{/if}}`;
10-
- Debug/log passed objects as a string to template - `{{log this.someVal 'string' object="value"}}`.
5+
- 👷‍♂️ 100% tests coverage
6+
- 💡 Lightweight - No external dependencies, all feature helpers has __only__ *weak* dependencies;
7+
- ⚖️ Compare values with conditions - `{{#if compare one '===' two}} ... {{/if}}`;
8+
- 🐒 Get/set Session - `{{Session 'key' set='value'}}`, `{{#if Session 'key'}} ... {{/if}}`;
9+
- 🔨 Use underscore's functions - `{{#if _ 'isString' 'one'}} ... {{/if}}`;
10+
- 👨‍💻 Debug/log passed objects as a string to template - `{{log this.someVal 'string' object="value"}}`.
1111

1212
## Install:
1313

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:templatehelpers',
3-
version: '2.2.0',
3+
version: '2.2.1',
44
summary: 'Template helpers for logical operations, variable comparison, Session, underscore and debugging',
55
git: 'https://github.com/VeliovGroup/Meteor-Template-helpers',
66
documentation: 'README.md'

0 commit comments

Comments
 (0)