Keith Cirkel
0194948ef4
Merge pull request #454 from onefifth/undefined_property_value
...
Fix misleading .has.property assertions tests
2015-05-29 20:15:39 +01:00
⅕ Zander
91f57e9598
Add tests for undefined property error
2015-05-29 02:16:22 -04:00
⅕ Zander
0027d65a54
Don't rely on optional args value being implicitly undefined
2015-05-29 01:35:33 -04:00
Keith Cirkel
e4286f81f4
Merge pull request #444 from chaijs/update-lengthof-docs
...
Update `lengthOf` examples
2015-05-13 09:13:10 +01:00
Keith Cirkel
e2fb33d3bd
Merge pull request #419 from chaijs/bump-assertion-version
...
Bump assertion-error to 1.0.1
2015-05-13 09:07:37 +01:00
Keith Cirkel
dcca61d04e
Update lengthOf
examples
2015-05-13 09:05:00 +01:00
Keith Cirkel
d3696cafaf
Quick version fix for length deprecation
2015-05-10 23:28:31 +01:00
Keith Cirkel
eb31f3d5e0
Merge pull request #429 from valscion/document-deprecation-plan-of-length
...
Add .length(value) deprecation warning to documentation
2015-05-10 23:27:14 +01:00
Keith Cirkel
95810569a2
Merge pull request #439 from thejameskyle/matches-alias
...
Add Assertion alias: matches => match
2015-05-05 17:09:49 +01:00
James Kyle
f1572d64d2
Add Assertion alias: matches => match. Resolves #438
2015-05-04 08:50:34 -07:00
Keith Cirkel
0a113fb88f
Merge pull request #424 from astorije/astorije/minimalist-typo
...
Fix erroneous example in the docstring of the keys assertion
2015-05-03 11:59:02 +01:00
Keith Cirkel
6643c837d7
Merge pull request #401 from chaijs/add-readme-badges
...
Add README badges
2015-05-03 11:57:19 +01:00
Keith Cirkel
73f5d99ecf
Merge pull request #397 from astorije/astorije/assert-plugin-api
...
Add missing parameter showDiff and make docstring "documentationable"
2015-05-03 11:54:45 +01:00
Keith Cirkel
08819dad69
Merge pull request #432 from keithamus/fix-api-key
...
Fix travis deploy api key
2015-04-26 18:02:55 +01:00
Keith Cirkel
4acb88ccee
Fix travis deploy api key
2015-04-26 18:00:30 +01:00
Keith Cirkel
3de5502645
Merge pull request #431 from keithamus/release-2.3.0
...
Release 2.3.0
2015-04-26 17:20:44 +01:00
Keith Cirkel
2abd737618
Release 2.3.0
2015-04-26 17:18:03 +01:00
Vesa Laakso
2330d93bdc
Add .length(value) deprecation warning to documentation
...
Fixes https://github.com/chaijs/chai/issues/427
2015-04-17 16:55:55 +03:00
Jérémie Astori
0f6ab288f0
Fix erroneous example in the docstring of the keys assertion
2015-04-12 17:23:10 -04:00
Keith Cirkel
b8807a2442
Merge pull request #423 from ehntoo/patch-1
...
Fix a small inconsistency in the .null assertion docs
2015-04-07 21:58:38 +01:00
Keith Cirkel
55c5153fdf
Merge pull request #422 from ljharb/fix_descriptor_tests
...
Fix `ownPropertyDescriptor` tests
2015-04-07 21:57:30 +01:00
Mitchell Johnson
2675bbb7e1
Fix a small bug in the .null assertion docs
2015-04-07 12:39:36 -04:00
Jordan Harband
517d46392f
Use a regex to account for property ordering issues across engines.
2015-04-07 09:16:10 -07:00
Jordan Harband
b6f6b4f478
Add make test-firefox
2015-04-07 09:16:10 -07:00
Keith Cirkel
badd505021
Bump assertion-error to 1.0.1
...
Fixes #391
2015-04-06 12:30:29 +01:00
Keith Cirkel
0faad59e6d
Merge pull request #417 from astorije/astorije/minimalist-typo
...
Fix minimalist typo in doc example
2015-04-05 10:21:00 +01:00
Jérémie Astori
a62ac240e5
Remove trailing whitespaces
2015-04-04 13:55:46 -04:00
Jérémie Astori
63f727ba85
Fix super minor typo in an example
2015-04-04 13:55:34 -04:00
Keith Cirkel
8a29595d08
Merge pull request #408 from ljharb/enumerableProperty
...
Add `propertyDescriptor` assertion
2015-03-30 15:33:18 +01:00
Keith Cirkel
57df3888f6
Merge pull request #411 from chaijs/release-2.2.0
...
Release v2.2.0
2015-03-27 08:22:16 +00:00
Jordan Harband
8b6a3ccb31
Add ownPropertyDescriptor
assertion.
2015-03-26 14:08:53 -07:00
Keith Cirkel
2173e6378c
Release v2.2.0
2015-03-26 18:03:02 +00:00
Keith Cirkel
1abc3845e3
Merge pull request #405 from chaijs/deep-escape-doc-tweaks
...
Tweak documentation on `.deep` flag.
2015-03-20 09:46:02 +00:00
Keith Cirkel
dc5bb480b7
Tweak documentation on .deep
flag.
2015-03-20 09:26:14 +00:00
Keith Cirkel
32e890e6b0
Merge pull request #402 from umireon/escaping-dot-should-be-taken
...
Escaping dot should be taken in deep property
2015-03-20 09:10:53 +00:00
Kaito Udagawa
1aae1b05db
Documentation of escaping in .deep
flag.
2015-03-20 16:15:13 +09:00
Kaito Udagawa
8d370cf4f3
take regular expression apart
2015-03-19 20:39:55 +09:00
Kaito Udagawa
704670a23b
Feature: backslash-escaping in .deep.property
...
This commit includes:
* getPathInfo handles escaping `.[]`
* Documentation added to `.property`
* Documentation added to `.getPathInfo`
* Test cases for `.property`
* Test cases for `.deep.property`
* Test cases for `.getPathInfo`
Note that the input of `.getPathInfo` assumed to match the following:
/^(?:(?:\\[.\[\]]|[^.\[\]])+|\[\d+\])(?:\.(?:\\[.\[\]]|[^.\[\]])+|\[\d+\])$/
2015-03-18 21:57:03 +09:00
Kaito Udagawa
b6e1b573e0
Escaping dot should be taken in deep property
...
* removing backslash prior to "."
* test case: "foo\\.bar" names {"foo.bar": "baz"}
2015-03-17 19:39:14 +09:00
Keith Cirkel
8c9b4d28b7
Add README badges
2015-03-15 23:29:14 +00:00
Keith Cirkel
7ca2a3bee5
Merge pull request #400 from chaijs/release-2.1.2
...
Release v2.1.2
2015-03-15 21:41:31 +00:00
Keith Cirkel
9249acc4c5
Release v2.1.2
2015-03-15 21:22:54 +00:00
Jérémie Astori
15b9c70710
Add missing parameter showDiff and make docstring "documentationable"
2015-03-09 20:22:33 -04:00
Jake Luer
57bd5020c0
Merge pull request #396 from chaijs/add-keith-cirkel-contributing-md
...
Add Keith Cirkel to CONTRIBUTING.md
2015-03-09 14:13:23 -04:00
Keith Cirkel
51d3b18fe6
Add Keith Cirkel to CONTRIBUTING.md
2015-03-09 16:21:09 +00:00
Keith Cirkel
83a9e56d2a
Merge pull request #395 from cjqed/386-assert-operator-no-eval
...
No longer using eval on assert operator #386
2015-03-08 22:56:12 +00:00
root
da2ec4a1d4
No longer using eval on assert operator #386
2015-03-08 13:18:49 -04:00
Keith Cirkel
4b33fe3d0b
Merge pull request #389 from chaijs/update-git-summary
...
Update `git summary` in README
2015-03-04 21:21:23 +00:00
Keith Cirkel
b20a9421b1
Update git summary
in README
2015-03-04 21:20:35 +00:00
Keith Cirkel
d7cafca023
Merge pull request #388 from chaijs/release-2.1.1
...
Release v2.1.1
2015-03-04 20:26:26 +00:00