-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from TomokiMiyauci/beta
Beta
- Loading branch information
Showing
11 changed files
with
221 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
{ | ||
// IntelliSense を使用して利用可能な属性を学べます。 | ||
// 既存の属性の説明をホバーして表示します。 | ||
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Deno", | ||
"request": "launch", | ||
"type": "pwa-node", | ||
"program": "${file}", | ||
"cwd": "${workspaceFolder}", | ||
"runtimeExecutable": "deno", | ||
"runtimeArgs": [ | ||
"run", | ||
"--unstable", | ||
"--inspect", | ||
"--allow-all" | ||
], | ||
"attachSimplePort": 9229 | ||
} | ||
] | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Deno", | ||
"request": "launch", | ||
"type": "pwa-node", | ||
"program": "${file}", | ||
"cwd": "${workspaceFolder}", | ||
"runtimeExecutable": "deno", | ||
"runtimeArgs": [ | ||
"run", | ||
"--unstable", | ||
"--inspect", | ||
"--allow-all" | ||
], | ||
"attachSimplePort": 9229 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,195 @@ | ||
# [v1.4.1-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.4.0...v1.4.1-beta.1) (2021-06-02) | ||
|
||
## 🐛 Bug Fixes | ||
- [`e614a09`](https://github.com/TomokiMiyauci/equal/commit/e614a09) Improve performance to break on the way | ||
|
||
# [v1.4.0-beta.3](https://github.com/TomokiMiyauci/equal/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2021-06-02) | ||
|
||
## 🐛 Bug Fixes | ||
|
||
- [`e614a09`](https://github.com/TomokiMiyauci/equal/commit/e614a09) Improve | ||
performance to break on the way | ||
|
||
# [v1.4.0](https://github.com/TomokiMiyauci/equal/compare/v1.3.0...v1.4.0) (2021-06-01) | ||
|
||
## ✨ New Features | ||
- [`ffe286c`](https://github.com/TomokiMiyauci/equal/commit/ffe286c) Add equality of Int8Array (Issues: [`#16`](https://github.com/TomokiMiyauci/equal/issues/16)) | ||
- [`abbc99a`](https://github.com/TomokiMiyauci/equal/commit/abbc99a) Add equality of UIint8Array (Issues: [`#17`](https://github.com/TomokiMiyauci/equal/issues/17)) | ||
- [`495666e`](https://github.com/TomokiMiyauci/equal/commit/495666e) Add equality of Uint8ClampedArray (Issues: [`#18`](https://github.com/TomokiMiyauci/equal/issues/18)) | ||
- [`439993b`](https://github.com/TomokiMiyauci/equal/commit/439993b) Add equality of TypedArray (Issues: [`#19`](https://github.com/TomokiMiyauci/equal/issues/19)) | ||
- [`dfb37b4`](https://github.com/TomokiMiyauci/equal/commit/dfb37b4) Add equality of ArrayBuffer (Issues: [`#20`](https://github.com/TomokiMiyauci/equal/issues/20)) | ||
|
||
- [`ffe286c`](https://github.com/TomokiMiyauci/equal/commit/ffe286c) Add | ||
equality of Int8Array (Issues: | ||
[`#16`](https://github.com/TomokiMiyauci/equal/issues/16)) | ||
- [`abbc99a`](https://github.com/TomokiMiyauci/equal/commit/abbc99a) Add | ||
equality of UIint8Array (Issues: | ||
[`#17`](https://github.com/TomokiMiyauci/equal/issues/17)) | ||
- [`495666e`](https://github.com/TomokiMiyauci/equal/commit/495666e) Add | ||
equality of Uint8ClampedArray (Issues: | ||
[`#18`](https://github.com/TomokiMiyauci/equal/issues/18)) | ||
- [`439993b`](https://github.com/TomokiMiyauci/equal/commit/439993b) Add | ||
equality of TypedArray (Issues: | ||
[`#19`](https://github.com/TomokiMiyauci/equal/issues/19)) | ||
- [`dfb37b4`](https://github.com/TomokiMiyauci/equal/commit/dfb37b4) Add | ||
equality of ArrayBuffer (Issues: | ||
[`#20`](https://github.com/TomokiMiyauci/equal/issues/20)) | ||
|
||
# [v1.4.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.4.0-beta.1...v1.4.0-beta.2) (2021-05-31) | ||
|
||
## ✨ New Features | ||
- [`dfb37b4`](https://github.com/TomokiMiyauci/equal/commit/dfb37b4) Add equality of ArrayBuffer (Issues: [`#20`](https://github.com/TomokiMiyauci/equal/issues/20)) | ||
|
||
- [`dfb37b4`](https://github.com/TomokiMiyauci/equal/commit/dfb37b4) Add | ||
equality of ArrayBuffer (Issues: | ||
[`#20`](https://github.com/TomokiMiyauci/equal/issues/20)) | ||
|
||
# [v1.4.0-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.3.0...v1.4.0-beta.1) (2021-05-31) | ||
|
||
## ✨ New Features | ||
- [`ffe286c`](https://github.com/TomokiMiyauci/equal/commit/ffe286c) Add equality of Int8Array (Issues: [`#16`](https://github.com/TomokiMiyauci/equal/issues/16)) | ||
- [`abbc99a`](https://github.com/TomokiMiyauci/equal/commit/abbc99a) Add equality of UIint8Array (Issues: [`#17`](https://github.com/TomokiMiyauci/equal/issues/17)) | ||
- [`495666e`](https://github.com/TomokiMiyauci/equal/commit/495666e) Add equality of Uint8ClampedArray (Issues: [`#18`](https://github.com/TomokiMiyauci/equal/issues/18)) | ||
- [`439993b`](https://github.com/TomokiMiyauci/equal/commit/439993b) Add equality of TypedArray (Issues: [`#19`](https://github.com/TomokiMiyauci/equal/issues/19)) | ||
|
||
- [`ffe286c`](https://github.com/TomokiMiyauci/equal/commit/ffe286c) Add | ||
equality of Int8Array (Issues: | ||
[`#16`](https://github.com/TomokiMiyauci/equal/issues/16)) | ||
- [`abbc99a`](https://github.com/TomokiMiyauci/equal/commit/abbc99a) Add | ||
equality of UIint8Array (Issues: | ||
[`#17`](https://github.com/TomokiMiyauci/equal/issues/17)) | ||
- [`495666e`](https://github.com/TomokiMiyauci/equal/commit/495666e) Add | ||
equality of Uint8ClampedArray (Issues: | ||
[`#18`](https://github.com/TomokiMiyauci/equal/issues/18)) | ||
- [`439993b`](https://github.com/TomokiMiyauci/equal/commit/439993b) Add | ||
equality of TypedArray (Issues: | ||
[`#19`](https://github.com/TomokiMiyauci/equal/issues/19)) | ||
|
||
# [v1.3.0](https://github.com/TomokiMiyauci/equal/compare/v1.2.0...v1.3.0) (2021-05-31) | ||
|
||
## ✨ New Features | ||
- [`90c2572`](https://github.com/TomokiMiyauci/equal/commit/90c2572) No bundle external dependency for bundle size, change outputs | ||
- [`7e59ff1`](https://github.com/TomokiMiyauci/equal/commit/7e59ff1) Add equality of URL object | ||
- [`fd81dc6`](https://github.com/TomokiMiyauci/equal/commit/fd81dc6) Add equality of URLSearchParams | ||
|
||
- [`90c2572`](https://github.com/TomokiMiyauci/equal/commit/90c2572) No bundle | ||
external dependency for bundle size, change outputs | ||
- [`7e59ff1`](https://github.com/TomokiMiyauci/equal/commit/7e59ff1) Add | ||
equality of URL object | ||
- [`fd81dc6`](https://github.com/TomokiMiyauci/equal/commit/fd81dc6) Add | ||
equality of URLSearchParams | ||
|
||
# [v1.3.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2021-05-31) | ||
|
||
## ✨ New Features | ||
- [`7e59ff1`](https://github.com/TomokiMiyauci/equal/commit/7e59ff1) Add equality of URL object | ||
- [`fd81dc6`](https://github.com/TomokiMiyauci/equal/commit/fd81dc6) Add equality of URLSearchParams | ||
|
||
- [`7e59ff1`](https://github.com/TomokiMiyauci/equal/commit/7e59ff1) Add | ||
equality of URL object | ||
- [`fd81dc6`](https://github.com/TomokiMiyauci/equal/commit/fd81dc6) Add | ||
equality of URLSearchParams | ||
|
||
# [v1.3.0-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.2.0...v1.3.0-beta.1) (2021-05-30) | ||
|
||
## ✨ New Features | ||
- [`90c2572`](https://github.com/TomokiMiyauci/equal/commit/90c2572) No bundle external dependency for bundle size, change outputs | ||
|
||
- [`90c2572`](https://github.com/TomokiMiyauci/equal/commit/90c2572) No bundle | ||
external dependency for bundle size, change outputs | ||
|
||
# [v1.2.0](https://github.com/TomokiMiyauci/equal/compare/v1.1.0...v1.2.0) (2021-05-25) | ||
|
||
## ✨ New Features | ||
- [`60874d1`](https://github.com/TomokiMiyauci/equal/commit/60874d1) Add a feature of judge Set object correctly (Issues: [`#8`](https://github.com/TomokiMiyauci/equal/issues/8)) | ||
- [`6f6a490`](https://github.com/TomokiMiyauci/equal/commit/6f6a490) Add feature of equality all built-in Errors (Issues: [`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
- [`db6f997`](https://github.com/TomokiMiyauci/equal/commit/db6f997) Add equality of AggregateError (Issues: [`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
|
||
- [`60874d1`](https://github.com/TomokiMiyauci/equal/commit/60874d1) Add a | ||
feature of judge Set object correctly (Issues: | ||
[`#8`](https://github.com/TomokiMiyauci/equal/issues/8)) | ||
- [`6f6a490`](https://github.com/TomokiMiyauci/equal/commit/6f6a490) Add feature | ||
of equality all built-in Errors (Issues: | ||
[`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
- [`db6f997`](https://github.com/TomokiMiyauci/equal/commit/db6f997) Add | ||
equality of AggregateError (Issues: | ||
[`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
|
||
# [v1.2.0-beta.3](https://github.com/TomokiMiyauci/equal/compare/v1.2.0-beta.2...v1.2.0-beta.3) (2021-05-25) | ||
|
||
## ✨ New Features | ||
- [`db6f997`](https://github.com/TomokiMiyauci/equal/commit/db6f997) Add equality of AggregateError (Issues: [`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
|
||
- [`db6f997`](https://github.com/TomokiMiyauci/equal/commit/db6f997) Add | ||
equality of AggregateError (Issues: | ||
[`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
|
||
# [v1.2.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.2.0-beta.1...v1.2.0-beta.2) (2021-05-25) | ||
|
||
## ✨ New Features | ||
- [`6f6a490`](https://github.com/TomokiMiyauci/equal/commit/6f6a490) Add feature of equality all built-in Errors (Issues: [`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
|
||
- [`6f6a490`](https://github.com/TomokiMiyauci/equal/commit/6f6a490) Add feature | ||
of equality all built-in Errors (Issues: | ||
[`#9`](https://github.com/TomokiMiyauci/equal/issues/9)) | ||
|
||
# [v1.2.0-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.1.0...v1.2.0-beta.1) (2021-05-25) | ||
|
||
## ✨ New Features | ||
- [`60874d1`](https://github.com/TomokiMiyauci/equal/commit/60874d1) Add a feature of judge Set object correctly (Issues: [`#8`](https://github.com/TomokiMiyauci/equal/issues/8)) | ||
|
||
- [`60874d1`](https://github.com/TomokiMiyauci/equal/commit/60874d1) Add a | ||
feature of judge Set object correctly (Issues: | ||
[`#8`](https://github.com/TomokiMiyauci/equal/issues/8)) | ||
|
||
# [v1.1.0](https://github.com/TomokiMiyauci/equal/compare/v1.0.2...v1.1.0) (2021-05-24) | ||
|
||
## ✨ New Features | ||
- [`c321ef6`](https://github.com/TomokiMiyauci/equal/commit/c321ef6) Add equality of Map does not use Object for key | ||
- [`0a54101`](https://github.com/TomokiMiyauci/equal/commit/0a54101) Changed to work with Object key in Map | ||
|
||
- [`c321ef6`](https://github.com/TomokiMiyauci/equal/commit/c321ef6) Add | ||
equality of Map does not use Object for key | ||
- [`0a54101`](https://github.com/TomokiMiyauci/equal/commit/0a54101) Changed to | ||
work with Object key in Map | ||
|
||
# [v1.1.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2021-05-24) | ||
|
||
## ✨ New Features | ||
- [`0a54101`](https://github.com/TomokiMiyauci/equal/commit/0a54101) Changed to work with Object key in Map | ||
|
||
- [`0a54101`](https://github.com/TomokiMiyauci/equal/commit/0a54101) Changed to | ||
work with Object key in Map | ||
|
||
# [v1.1.0-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.0.2...v1.1.0-beta.1) (2021-05-24) | ||
|
||
## ✨ New Features | ||
- [`c321ef6`](https://github.com/TomokiMiyauci/equal/commit/c321ef6) Add equality of Map does not use Object for key | ||
|
||
- [`c321ef6`](https://github.com/TomokiMiyauci/equal/commit/c321ef6) Add | ||
equality of Map does not use Object for key | ||
|
||
# [v1.0.2](https://github.com/TomokiMiyauci/equal/compare/v1.0.1...v1.0.2) (2021-05-14) | ||
|
||
## 🐛 Bug Fixes | ||
- [`7f45fd5`](https://github.com/TomokiMiyauci/equal/commit/7f45fd5) Optimize bundle size with ES modules | ||
|
||
- [`7f45fd5`](https://github.com/TomokiMiyauci/equal/commit/7f45fd5) Optimize | ||
bundle size with ES modules | ||
|
||
# [v1.0.2-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.0.1...v1.0.2-beta.1) (2021-05-14) | ||
|
||
## 🐛 Bug Fixes | ||
- [`7f45fd5`](https://github.com/TomokiMiyauci/equal/commit/7f45fd5) Optimize bundle size with ES modules | ||
|
||
- [`7f45fd5`](https://github.com/TomokiMiyauci/equal/commit/7f45fd5) Optimize | ||
bundle size with ES modules | ||
|
||
# [v1.0.1-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.0.1-beta.1...v1.0.1-beta.2) (2021-05-14) | ||
|
||
## 🐛 Bug Fixes | ||
|
||
- [`7f45fd5`](https://github.com/TomokiMiyauci/equal/commit/7f45fd5) Optimize bundle size with ES modules | ||
- [`7f45fd5`](https://github.com/TomokiMiyauci/equal/commit/7f45fd5) Optimize | ||
bundle size with ES modules | ||
|
||
# [v1.0.1-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.0.0...v1.0.1-beta.1) (2021-05-14) | ||
|
||
## 🐛 Bug Fixes | ||
|
||
- [`a1e346e`](https://github.com/TomokiMiyauci/equal/commit/a1e346e) Equal to same value zero | ||
- [`a1e346e`](https://github.com/TomokiMiyauci/equal/commit/a1e346e) Equal to | ||
same value zero | ||
|
||
# v1.0.0 (2021-05-14) | ||
|
||
## ✨ New Features | ||
|
||
- [`1f1ec53`](https://github.com/TomokiMiyauci/equal/commit/1f1ec53) Add equal function with basic test case | ||
- [`f9dedbe`](https://github.com/TomokiMiyauci/equal/commit/f9dedbe) Add feature of asserting Number, String and Boolean object | ||
- [`1f1ec53`](https://github.com/TomokiMiyauci/equal/commit/1f1ec53) Add equal | ||
function with basic test case | ||
- [`f9dedbe`](https://github.com/TomokiMiyauci/equal/commit/f9dedbe) Add feature | ||
of asserting Number, String and Boolean object | ||
|
||
# [v1.0.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-05-14) | ||
|
||
## ✨ New Features | ||
|
||
- [`f9dedbe`](https://github.com/TomokiMiyauci/equal/commit/f9dedbe) Add feature of asserting Number, String and Boolean object | ||
- [`f9dedbe`](https://github.com/TomokiMiyauci/equal/commit/f9dedbe) Add feature | ||
of asserting Number, String and Boolean object | ||
|
||
# v1.0.0-beta.1 (2021-05-13) | ||
|
||
## ✨ New Features | ||
|
||
- [`1f1ec53`](https://github.com/TomokiMiyauci/equal/commit/1f1ec53) Add equal function with basic test case | ||
- [`1f1ec53`](https://github.com/TomokiMiyauci/equal/commit/1f1ec53) Add equal | ||
function with basic test case |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Copyright 2021-present the Equal authors. All rights reserved. MIT license. | ||
export { | ||
and, | ||
constructorName, | ||
entries, | ||
F, | ||
has, | ||
|
@@ -10,14 +11,19 @@ export { | |
isBoolean, | ||
isFunction, | ||
isJSONObject, | ||
isNil, | ||
isNumber, | ||
isObject, | ||
isPrimitive, | ||
isSymbol, | ||
length, | ||
N, | ||
not, | ||
or, | ||
xor, | ||
} from "https://deno.land/x/[email protected].6/mod.ts"; | ||
} from "https://deno.land/x/[email protected].7/mod.ts"; | ||
|
||
export type { AnyFn } from "https://deno.land/x/[email protected]/mod.ts"; | ||
export type { | ||
AnyFn, | ||
Primitive, | ||
} from "https://deno.land/x/[email protected]/mod.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ export { | |
assertEquals, | ||
} from "https://deno.land/[email protected]/testing/asserts.ts"; | ||
export { isSymbol } from "./deps.ts"; | ||
export type { Primitive } from "./deps.ts"; |
Oops, something went wrong.