Commit Graph

  • e385719026 Add some useful default character sets to ow string-allowed-chars Luke Childs 2019-05-22 08:09:02 +0700
  • b7eb7d28f5 Address feedback Luke Childs 2019-05-22 07:30:38 +0700
  • 19fc465e4b Merge branch 'master' into string-allowed-chars Luke Childs 2019-05-13 15:16:45 +0700
  • 9f035a4a17 0.13.0 Sindre Sorhus 2019-05-12 17:04:27 +0700
  • d8b5e03228 Meta tweaks Sindre Sorhus 2019-05-12 16:23:25 +0700
  • 37acd4b311 Update dev dependencies Sindre Sorhus 2019-05-12 16:13:48 +0700
  • 3c42d59fd6 Use the package.json "browser" field to toggle Node.js-specific functionality (#145) Renée Kooi 2019-05-12 11:03:07 +0200
  • 5421063526 Handle missing object property in `exactShape` predicate (#142) Alex Zherdev 2019-05-12 01:58:09 -0700
  • 702c283e9e Add support for a custom validation function (#137) Sam Verschueren 2019-05-12 10:23:00 +0200
  • ace83ded33 Add string.allowedCharacters predicate Luke Childs 2019-05-10 19:58:42 +0700
  • 2224ff502b Fix generating dist directory (#144) Sam Verschueren 2019-04-29 09:20:39 +0200
  • e697ccdd4f Only call captureStackTrace when possible (#141) Sam Verschueren 2019-04-01 10:12:35 +0200
  • 0a0972ce7d Add `string.url` predicate (#140) Itai Steinherz 2019-03-31 18:44:20 +0300
  • a4bca1cbdc Use `type-fest` Sindre Sorhus 2019-03-21 13:15:47 +0700
  • 11c028c5f5 Update dependencies Sindre Sorhus 2019-03-21 13:10:20 +0700
  • e4d581e22d Add `number.oneOf` (#132) Bart Callant 2019-03-11 06:41:27 +0100
  • d62a06c192 Use the `types` name instead of `typings` in package.json Sindre Sorhus 2019-02-11 15:08:07 +0700
  • 04b4a51d1a Bump dependencies Sindre Sorhus 2019-02-04 16:00:05 +0700
  • 0cdea94b30 Simplify source directory structure Sindre Sorhus 2019-02-04 14:56:42 +0700
  • 78565cb00b Don't include tests in the package Sindre Sorhus 2019-02-04 13:34:09 +0700
  • 6c813d97e3 Improve the docs generation Sindre Sorhus 2019-02-04 13:27:13 +0700
  • 2bb365609b Move tests out of the `source` directory Sindre Sorhus 2019-02-04 13:16:24 +0700
  • 6951a1643f 0.12.0 Sindre Sorhus 2019-02-01 15:31:14 +0700
  • 8d04298beb Improve custom require logic (#128) Sam Verschueren 2019-02-01 09:29:20 +0100
  • 87e4ec2edd Add object shape validators (#127) Sam Verschueren 2019-02-01 08:47:39 +0100
  • 4d8b40ea37 Bump dev dependencies and fix lint issues Sindre Sorhus 2019-01-27 18:36:14 +0700
  • 7065605245 Do the Node.js check ourselves Sindre Sorhus 2019-02-01 01:07:56 +0700
  • 3cf642138b 0.11.1 Sindre Sorhus 2019-01-29 19:04:25 +0700
  • 3de78add9e Check for optional first before running validator (#125) Sam Verschueren 2019-01-29 13:02:42 +0100
  • ab9c8f3bcb 0.11.0 Sindre Sorhus 2019-01-28 01:22:09 +0700
  • ece16e6da1 Rename the variable used in tests from `m` to `ow` Sindre Sorhus 2019-01-27 03:21:33 +0700
  • 44272ab6ea Add support for optional predicates (#124) Sam Verschueren 2019-01-26 21:07:46 +0100
  • 0da47296fd Don't auto-fix on lint as it won't report correctly on CI Sindre Sorhus 2019-01-22 00:38:02 +0700
  • e12e8d12e5 0.10.0 Sindre Sorhus 2019-01-15 18:36:36 +0700
  • 07f86df77e Hide private functions in the documentation (#121) Sam Verschueren 2019-01-15 12:32:51 +0100
  • 67a06cba29 Only infer label when predicate fails (#119) Sam Verschueren 2019-01-15 12:17:26 +0100
  • 410e5678c9 Add support for checking C style integer data types (#120) Luke Childs 2019-01-15 14:31:09 +0700
  • 5124532342 Fix comment typo c-data-types Luke Childs 2019-01-14 08:29:45 +0700
  • b43e954a6f Use descriptive type names in comments Luke Childs 2019-01-12 15:19:30 +0700
  • 74c2f08f15 Reduce code duplication Luke Childs 2019-01-12 15:15:42 +0700
  • ea0a78d311 Clean up empty dependencies property from package.json Luke Childs 2019-01-12 14:31:25 +0700
  • bbc1a2ce04 Update C data type error messages Luke Childs 2019-01-12 14:29:35 +0700
  • 1a06805831 Add signed integers Luke Childs 2019-01-12 14:10:13 +0700
  • 2ffdb03cde Add number.unit32 Luke Childs 2019-01-12 14:04:38 +0700
  • 474e64db7d Add number.unit16 Luke Childs 2019-01-12 14:03:01 +0700
  • 906b58cacd Remove byte-range dependency and hard-code ranges Luke Childs 2019-01-12 12:23:17 +0700
  • 7134c23b53 Add number.uint8 Luke Childs 2019-01-11 15:01:01 +0700
  • e277d00218 Only infer label when predicate fails - fixes #115 iss115 Sam Verschueren 2019-01-11 08:06:52 +0100
  • c3c1124abe Deploy sindresorhus/ow to github.com/sindresorhus/ow.git:gh-pages gh-pages Deployment Bot (from Travis CI) 2019-01-10 10:37:13 +0000
  • d25fc68bc8 0.9.1 master v0.9.1 Sindre Sorhus 2019-01-10 17:11:06 +0700
  • d24f2ef021 Import the `fs` module only in Node.js environments (#117) Sam Verschueren 2019-01-10 11:07:58 +0100
  • e634ddea5e 0.9.0 v0.9.0 Sindre Sorhus 2019-01-09 07:40:53 +0700
  • 426311a6b7 Bump `typedoc` Sindre Sorhus 2019-01-09 07:32:33 +0700
  • 7eb02aff95 Infer label automatically on Node.js and remove the `.label()` method (#102) Sam Verschueren 2019-01-09 01:21:37 +0100
  • 8ae048c493 Bump dependencies Sindre Sorhus 2018-12-19 15:43:13 +0100
  • 58033f935c Add support for signed numeric values in string predicate - fixes #111 (#112) Sam Verschueren 2018-12-12 18:01:00 +0100
  • 201b2c6ee1 Bump TypeScript version Sindre Sorhus 2018-11-30 14:31:12 +0700
  • e450e4fc47 Update dependencies Sindre Sorhus 2018-11-13 15:46:27 +0700
  • 37dc5a7bcb 0.8.0 v0.8.0 Sindre Sorhus 2018-10-16 17:18:49 +0700
  • 80b096a085 Update dev dependencies Sindre Sorhus 2018-10-16 17:17:38 +0700
  • eec5f4bc45 Add `number.integerOrInfinite` predicate (#109) Alex Driaguine 2018-10-16 12:10:49 +0200
  • 97e1b19989 Add ngx-ow to related section (#108) Sam Verschueren 2018-09-29 08:49:55 +0200
  • dd78c11ddf 0.7.0 v0.7.0 Sindre Sorhus 2018-09-28 14:05:27 +0700
  • 4769c5bc5a Tweak typings (#107) Sam Verschueren 2018-09-28 08:59:27 +0200
  • 734198af4a Update dependencies Sindre Sorhus 2018-09-28 13:51:23 +0700
  • 7eabe2bd02 Tiny travis.yml tweak Sindre Sorhus 2018-09-01 03:23:57 +0700
  • b6cb192cf3 Update dependencies Sindre Sorhus 2018-07-31 02:21:10 +0700
  • db4af81a7e 0.6.0 v0.6.0 Sindre Sorhus 2018-06-21 23:38:32 +0700
  • c1de125aa0 Invert only the following predicate with the 'not' operator (#71) Luke Travis 2018-06-21 09:36:17 -0700
  • 0a6032f3ea Add new string predicates (#99) Aron Hafner 2018-06-21 18:19:29 +0200
  • 4d278e92dc Add sideEffects optimization flag to package.json (#100) Travis Fischer 2018-06-14 12:08:14 -0400
  • be18222313 0.5.0 v0.5.0 Sindre Sorhus 2018-06-10 14:49:12 +0700
  • f6704fe3ab Bump dev dependencies Sindre Sorhus 2018-06-01 21:27:21 +0700
  • b1af8ad275 Add `string.oneOf` - fixes #80 (#87) Sam Verschueren 2018-05-30 08:07:38 +0200
  • 2bb175e460 0.4.0 v0.4.0 Sindre Sorhus 2018-05-29 21:02:52 +0700
  • 7cbc31a3a7 Add support for predicate labels (#84) Travis Fischer 2018-05-29 07:45:13 -0400
  • 6989840559 Add isValid method - fixes #74 (#86) Sam Verschueren 2018-05-25 21:01:16 +0200
  • b91f9eb7f3 Meta tweaks Sindre Sorhus 2018-05-25 10:43:05 +0700
  • cb0f40d913 TS config tweaks Sindre Sorhus 2018-05-19 15:26:36 +0700
  • 396813b792 Add optional predicate - fixes #58 iss58 Sam Verschueren 2018-05-16 18:06:04 +0200
  • f9a4363cf3 Add badges for gzip size & install size (#81) Steven 2018-05-16 04:24:53 -0400
  • edaf758018 Bump `@sindresorhus/is` Sindre Sorhus 2018-05-04 21:49:25 +0700
  • 03bc459d6e 0.3.0 v0.3.0 Sindre Sorhus 2018-05-03 01:50:18 +0700
  • 09b955c1c3 Add more generics, remove `any` where unnecessary (#68) Lukas Tetzlaff 2018-05-02 20:42:03 +0200
  • 48f849ec81 Minor tweaks Sindre Sorhus 2018-05-03 01:40:34 +0700
  • 9166a0fc09 0.2.0 v0.2.0 Sindre Sorhus 2018-04-29 16:58:55 +0700
  • e8e96b9649 Fix prepublish hook - fixes #64 (#67) Sam Verschueren 2018-04-29 11:56:28 +0200
  • 8063004069 Replace 'm' with 'ow' in readme (#66) Geraint White 2018-04-28 16:13:03 +0100
  • e92887a538 0.1.1 v0.1.1 Sindre Sorhus 2018-04-28 15:14:03 +0700
  • 7c892d4ee9 Fix deps (#65) Stephen Mathieson 2018-04-27 16:54:04 -0400
  • 0c288c91df Minor tweaks Sindre Sorhus 2018-04-27 15:05:16 +0700
  • c2cf804496 0.1.0 v0.1.0 Sindre Sorhus 2018-04-27 14:47:29 +0700
  • 1b40c96171 Update dev dependencies Sindre Sorhus 2018-04-27 14:46:22 +0700
  • 79729e4f4a Add Node.js 10 to Travis file Sindre Sorhus 2018-04-27 14:35:29 +0700
  • 5b550e2b60 Add codecov badge and fix documentation link (#62) Sam Verschueren 2018-04-27 09:33:10 +0200
  • 82e4dabce3 Fix build (#63) Sam Verschueren 2018-04-27 08:51:36 +0200
  • b1714ae4ab Deploy docs to gh-pages on release (#61) Sam Verschueren 2018-04-27 05:07:10 +0200
  • b4265ae026 Improve documentation (#59) Sam Verschueren 2018-04-26 22:08:29 +0200
  • 6979cb12c5 Update `@sindresorhus/is` Sindre Sorhus 2018-04-04 00:22:59 +0700
  • 9c14618060 Upgrade dependencies Sindre Sorhus 2018-03-28 01:06:34 +0700