@@ -161,28 +161,28 @@ Visit the: [code](lib/comparison.js) | [unit tests](test/comparison.js) | [issue
161
161
* ** [ and] ( #and ) ** ([ code] ( lib/comparison.js#L21 ) | [ tests] ( test/comparison.js#L10 ) )
162
162
* ** [ compare] ( #compare ) ** ([ code] ( lib/comparison.js#L51 ) | [ tests] ( test/comparison.js#L41 ) )
163
163
* ** [ contains] ( #contains ) ** ([ code] ( lib/comparison.js#L118 ) | [ tests] ( test/comparison.js#L167 ) )
164
- * ** [ default] ( #default ) ** ([ code] ( lib/comparison.js#L137 ) | [ tests] ( test/comparison.js#L194 ) )
165
- * ** [ eq] ( #eq ) ** ([ code] ( lib/comparison.js#L159 ) | [ tests] ( test/comparison.js#L317 ) )
166
- * ** [ gt] ( #gt ) ** ([ code] ( lib/comparison.js#L182 ) | [ tests] ( test/comparison.js#L204 ) )
167
- * ** [ gte] ( #gte ) ** ([ code] ( lib/comparison.js#L206 ) | [ tests] ( test/comparison.js#L235 ) )
168
- * ** [ has] ( #has ) ** ([ code] ( lib/comparison.js#L226 ) | [ tests] ( test/comparison.js#L250 ) )
169
- * ** [ isFalsey] ( #isFalsey ) ** ([ code] ( lib/comparison.js#L269 ) | [ no tests] )
170
- * ** [ isTruthy] ( #isTruthy ) ** ([ code] ( lib/comparison.js#L284 ) | [ no tests] )
171
- * ** [ ifEven] ( #ifEven ) ** ([ code] ( lib/comparison.js#L305 ) | [ tests] ( test/comparison.js#L334 ) )
172
- * ** [ ifNth] ( #ifNth ) ** ([ code] ( lib/comparison.js#L322 ) | [ tests] ( test/comparison.js#L346 ) )
173
- * ** [ ifOdd] ( #ifOdd ) ** ([ code] ( lib/comparison.js#L345 ) | [ tests] ( test/comparison.js#L369 ) )
174
- * ** [ is] ( #is ) ** ([ code] ( lib/comparison.js#L269 ) | [ tests] ( test/comparison.js#L381 ) )
175
- * ** [ isnt] ( #isnt ) ** ([ code] ( lib/comparison.js#L384 ) | [ tests] ( test/comparison.js#L398 ) )
176
- * ** [ lt] ( #lt ) ** ([ code] ( lib/comparison.js#L406 ) | [ tests] ( test/comparison.js#L415 ) )
177
- * ** [ lte] ( #lte ) ** ([ code] ( lib/comparison.js#L430 ) | [ tests] ( test/comparison.js#L442 ) )
178
- * ** [ neither] ( #neither ) ** ([ code] ( lib/comparison.js#L451 ) | [ tests] ( test/comparison.js#L477 ) )
179
- * ** [ not] ( #not ) ** ([ code] ( lib/comparison.js#L465 ) | [ no tests] )
180
- * ** [ or] ( #or ) ** ([ code] ( lib/comparison.js#L487 ) | [ tests] ( test/comparison.js#L489 ) )
181
- * ** [ unlessEq] ( #unlessEq ) ** ([ code] ( lib/comparison.js#L513 ) | [ tests] ( test/comparison.js#L522 ) )
182
- * ** [ unlessGt] ( #unlessGt ) ** ([ code] ( lib/comparison.js#L533 ) | [ tests] ( test/comparison.js#L533 ) )
183
- * ** [ unlessLt] ( #unlessLt ) ** ([ code] ( lib/comparison.js#L553 ) | [ tests] ( test/comparison.js#L544 ) )
184
- * ** [ unlessGteq] ( #unlessGteq ) ** ([ code] ( lib/comparison.js#L573 ) | [ tests] ( test/comparison.js#L555 ) )
185
- * ** [ unlessLteq] ( #unlessLteq ) ** ([ code] ( lib/comparison.js#L593 ) | [ tests] ( test/comparison.js#L570 ) )
164
+ * ** [ default] ( #default ) ** ([ code] ( lib/comparison.js#L137 ) | [ tests] ( test/comparison.js#L204 ) )
165
+ * ** [ eq] ( #eq ) ** ([ code] ( lib/comparison.js#L159 ) | [ tests] ( test/comparison.js#L327 ) )
166
+ * ** [ gt] ( #gt ) ** ([ code] ( lib/comparison.js#L182 ) | [ tests] ( test/comparison.js#L214 ) )
167
+ * ** [ gte] ( #gte ) ** ([ code] ( lib/comparison.js#L206 ) | [ tests] ( test/comparison.js#L245 ) )
168
+ * ** [ has] ( #has ) ** ([ code] ( lib/comparison.js#L226 ) | [ tests] ( test/comparison.js#L260 ) )
169
+ * ** [ isFalsey] ( #isFalsey ) ** ([ code] ( lib/comparison.js#L268 ) | [ no tests] )
170
+ * ** [ isTruthy] ( #isTruthy ) ** ([ code] ( lib/comparison.js#L283 ) | [ no tests] )
171
+ * ** [ ifEven] ( #ifEven ) ** ([ code] ( lib/comparison.js#L304 ) | [ tests] ( test/comparison.js#L344 ) )
172
+ * ** [ ifNth] ( #ifNth ) ** ([ code] ( lib/comparison.js#L321 ) | [ tests] ( test/comparison.js#L356 ) )
173
+ * ** [ ifOdd] ( #ifOdd ) ** ([ code] ( lib/comparison.js#L344 ) | [ tests] ( test/comparison.js#L379 ) )
174
+ * ** [ is] ( #is ) ** ([ code] ( lib/comparison.js#L268 ) | [ tests] ( test/comparison.js#L391 ) )
175
+ * ** [ isnt] ( #isnt ) ** ([ code] ( lib/comparison.js#L383 ) | [ tests] ( test/comparison.js#L408 ) )
176
+ * ** [ lt] ( #lt ) ** ([ code] ( lib/comparison.js#L405 ) | [ tests] ( test/comparison.js#L425 ) )
177
+ * ** [ lte] ( #lte ) ** ([ code] ( lib/comparison.js#L429 ) | [ tests] ( test/comparison.js#L452 ) )
178
+ * ** [ neither] ( #neither ) ** ([ code] ( lib/comparison.js#L450 ) | [ tests] ( test/comparison.js#L487 ) )
179
+ * ** [ not] ( #not ) ** ([ code] ( lib/comparison.js#L464 ) | [ no tests] )
180
+ * ** [ or] ( #or ) ** ([ code] ( lib/comparison.js#L486 ) | [ tests] ( test/comparison.js#L499 ) )
181
+ * ** [ unlessEq] ( #unlessEq ) ** ([ code] ( lib/comparison.js#L512 ) | [ tests] ( test/comparison.js#L532 ) )
182
+ * ** [ unlessGt] ( #unlessGt ) ** ([ code] ( lib/comparison.js#L532 ) | [ tests] ( test/comparison.js#L543 ) )
183
+ * ** [ unlessLt] ( #unlessLt ) ** ([ code] ( lib/comparison.js#L552 ) | [ tests] ( test/comparison.js#L554 ) )
184
+ * ** [ unlessGteq] ( #unlessGteq ) ** ([ code] ( lib/comparison.js#L572 ) | [ tests] ( test/comparison.js#L565 ) )
185
+ * ** [ unlessLteq] ( #unlessLteq ) ** ([ code] ( lib/comparison.js#L592 ) | [ tests] ( test/comparison.js#L580 ) )
186
186
187
187
### [ date helpers] ( #date )
188
188
@@ -1120,7 +1120,7 @@ If an inverse block is specified it will be rendered when falsy.
1120
1120
* ` options ` ** {Object}** : Handlebars provided options object
1121
1121
* ` returns ` ** {String}**
1122
1122
1123
- ### [ {{isFalsey}}] ( lib/comparison.js#L269 )
1123
+ ### [ {{isFalsey}}] ( lib/comparison.js#L268 )
1124
1124
1125
1125
Returns true if the given ` value ` is falsey. Uses the [ falsey] ( https://github.com/jonschlinkert/falsey )
1126
1126
library for comparisons. Please see that library for more information
@@ -1132,7 +1132,7 @@ or to report bugs with this helper.
1132
1132
* ` options ` ** {Options}**
1133
1133
* ` returns ` ** {Boolean}**
1134
1134
1135
- ### [ {{isTruthy}}] ( lib/comparison.js#L284 )
1135
+ ### [ {{isTruthy}}] ( lib/comparison.js#L283 )
1136
1136
1137
1137
Returns true if the given ` value ` is truthy. Uses the [ falsey] ( https://github.com/jonschlinkert/falsey )
1138
1138
library for comparisons. Please see that library for more information
@@ -1144,7 +1144,7 @@ or to report bugs with this helper.
1144
1144
* ` options ` ** {Options}**
1145
1145
* ` returns ` ** {Boolean}**
1146
1146
1147
- ### [ {{ifEven}}] ( lib/comparison.js#L305 )
1147
+ ### [ {{ifEven}}] ( lib/comparison.js#L304 )
1148
1148
1149
1149
Return true if the given value is an even number.
1150
1150
@@ -1164,7 +1164,7 @@ Return true if the given value is an even number.
1164
1164
{{/ifEven}}
1165
1165
```
1166
1166
1167
- ### [ {{ifNth}}] ( lib/comparison.js#L322 )
1167
+ ### [ {{ifNth}}] ( lib/comparison.js#L321 )
1168
1168
1169
1169
Conditionally renders a block if the remainder is zero when
1170
1170
` a ` operand is divided by ` b ` . If an inverse block is specified
@@ -1177,7 +1177,7 @@ it will be rendered when the remainder is **not zero**.
1177
1177
* ` options ` ** {Object}** : Handlebars provided options object
1178
1178
* ` returns ` ** {String}** : Block, or inverse block if specified and falsey.
1179
1179
1180
- ### [ {{ifOdd}}] ( lib/comparison.js#L345 )
1180
+ ### [ {{ifOdd}}] ( lib/comparison.js#L344 )
1181
1181
1182
1182
Block helper that renders a block if ` value ` is ** an odd number** . If an inverse block is specified it will be rendered when falsy.
1183
1183
@@ -1197,7 +1197,7 @@ Block helper that renders a block if `value` is **an odd number**. If an inverse
1197
1197
{{/ifOdd}}
1198
1198
```
1199
1199
1200
- ### [ {{is}}] ( lib/comparison.js#L362 )
1200
+ ### [ {{is}}] ( lib/comparison.js#L361 )
1201
1201
1202
1202
Block helper that renders a block if ` a ` is ** equal to** ` b ` .
1203
1203
If an inverse block is specified it will be rendered when falsy.
@@ -1210,7 +1210,7 @@ Similar to [eq](#eq) but does not do strict equality.
1210
1210
* ` options ` ** {Object}** : Handlebars provided options object
1211
1211
* ` returns ` ** {String}**
1212
1212
1213
- ### [ {{isnt}}] ( lib/comparison.js#L384 )
1213
+ ### [ {{isnt}}] ( lib/comparison.js#L383 )
1214
1214
1215
1215
Block helper that renders a block if ` a ` is ** not equal to** ` b ` .
1216
1216
If an inverse block is specified it will be rendered when falsy.
@@ -1224,7 +1224,7 @@ comparisons.
1224
1224
* ` options ` ** {Object}** : Handlebars provided options object
1225
1225
* ` returns ` ** {String}**
1226
1226
1227
- ### [ {{lt}}] ( lib/comparison.js#L406 )
1227
+ ### [ {{lt}}] ( lib/comparison.js#L405 )
1228
1228
1229
1229
Block helper that renders a block if ` a ` is ** less than** ` b ` .
1230
1230
@@ -1238,7 +1238,7 @@ second value.
1238
1238
* ` options ` ** {Object}** : Handlebars provided options object
1239
1239
* ` returns ` ** {String}** : Block, or inverse block if specified and falsey.
1240
1240
1241
- ### [ {{lte}}] ( lib/comparison.js#L430 )
1241
+ ### [ {{lte}}] ( lib/comparison.js#L429 )
1242
1242
1243
1243
Block helper that renders a block if ` a ` is ** less than or equal to** ` b ` .
1244
1244
@@ -1253,7 +1253,7 @@ second value.
1253
1253
* ` options ` ** {Object}** : Handlebars provided options object
1254
1254
* ` returns ` ** {String}** : Block, or inverse block if specified and falsey.
1255
1255
1256
- ### [ {{neither}}] ( lib/comparison.js#L451 )
1256
+ ### [ {{neither}}] ( lib/comparison.js#L450 )
1257
1257
1258
1258
Block helper that renders a block if ** neither of** the given values
1259
1259
are truthy. If an inverse block is specified it will be rendered
@@ -1266,7 +1266,7 @@ when falsy.
1266
1266
* ` options ` ** {}** : Handlebars options object
1267
1267
* ` returns ` ** {String}** : Block, or inverse block if specified and falsey.
1268
1268
1269
- ### [ {{not}}] ( lib/comparison.js#L465 )
1269
+ ### [ {{not}}] ( lib/comparison.js#L464 )
1270
1270
1271
1271
Returns true if ` val ` is falsey. Works as a block or inline helper.
1272
1272
@@ -1276,7 +1276,7 @@ Returns true if `val` is falsey. Works as a block or inline helper.
1276
1276
* ` options ` ** {Object}** : Handlebars provided options object
1277
1277
* ` returns ` ** {String}**
1278
1278
1279
- ### [ {{or}}] ( lib/comparison.js#L487 )
1279
+ ### [ {{or}}] ( lib/comparison.js#L486 )
1280
1280
1281
1281
Block helper that renders a block if ** any of** the given values is truthy. If an inverse block is specified it will be rendered when falsy.
1282
1282
@@ -1294,7 +1294,7 @@ Block helper that renders a block if **any of** the given values is truthy. If a
1294
1294
{{/or}}
1295
1295
```
1296
1296
1297
- ### [ {{unlessEq}}] ( lib/comparison.js#L513 )
1297
+ ### [ {{unlessEq}}] ( lib/comparison.js#L512 )
1298
1298
1299
1299
Block helper that always renders the inverse block ** unless ` a ` is
1300
1300
is equal to ` b ` ** .
@@ -1306,7 +1306,7 @@ is equal to `b`**.
1306
1306
* ` options ` ** {Object}** : Handlebars provided options object
1307
1307
* ` returns ` ** {String}** : Inverse block by default, or block if falsey.
1308
1308
1309
- ### [ {{unlessGt}}] ( lib/comparison.js#L533 )
1309
+ ### [ {{unlessGt}}] ( lib/comparison.js#L532 )
1310
1310
1311
1311
Block helper that always renders the inverse block ** unless ` a ` is
1312
1312
is greater than ` b ` ** .
@@ -1318,7 +1318,7 @@ is greater than `b`**.
1318
1318
* ` options ` ** {Object}** : Handlebars provided options object
1319
1319
* ` returns ` ** {String}** : Inverse block by default, or block if falsey.
1320
1320
1321
- ### [ {{unlessLt}}] ( lib/comparison.js#L553 )
1321
+ ### [ {{unlessLt}}] ( lib/comparison.js#L552 )
1322
1322
1323
1323
Block helper that always renders the inverse block ** unless ` a ` is
1324
1324
is less than ` b ` ** .
@@ -1330,7 +1330,7 @@ is less than `b`**.
1330
1330
* ` options ` ** {Object}** : Handlebars provided options object
1331
1331
* ` returns ` ** {String}** : Block, or inverse block if specified and falsey.
1332
1332
1333
- ### [ {{unlessGteq}}] ( lib/comparison.js#L573 )
1333
+ ### [ {{unlessGteq}}] ( lib/comparison.js#L572 )
1334
1334
1335
1335
Block helper that always renders the inverse block ** unless ` a ` is
1336
1336
is greater than or equal to ` b ` ** .
@@ -1342,7 +1342,7 @@ is greater than or equal to `b`**.
1342
1342
* ` options ` ** {Object}** : Handlebars provided options object
1343
1343
* ` returns ` ** {String}** : Block, or inverse block if specified and falsey.
1344
1344
1345
- ### [ {{unlessLteq}}] ( lib/comparison.js#L593 )
1345
+ ### [ {{unlessLteq}}] ( lib/comparison.js#L592 )
1346
1346
1347
1347
Block helper that always renders the inverse block ** unless ` a ` is
1348
1348
is less than or equal to ` b ` ** .
@@ -3304,4 +3304,4 @@ Released under the [MIT License](LICENSE).
3304
3304
3305
3305
***
3306
3306
3307
- _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.6.0, on July 05 , 2017._
3307
+ _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.6.0, on July 10 , 2017._
0 commit comments