@ephox/polaris
Advanced tools
Comparing version 4.0.8 to 5.0.1
@@ -9,2 +9,7 @@ # Changelog | ||
## 5.0.0 - 2021-08-26 | ||
### Changed | ||
- Upgraded to Katamari 8.0, which includes breaking changes to the `Optional` API used in this module. | ||
## 4.0.8 - 2021-07-02 | ||
@@ -11,0 +16,0 @@ |
{ | ||
"name": "@ephox/polaris", | ||
"description": "This project does data manipulation on arrays and strings.", | ||
"version": "4.0.8", | ||
"version": "5.0.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tinymce/tinymce" | ||
"url": "https://github.com/tinymce/tinymce.git", | ||
"directory": "modules/polaris" | ||
}, | ||
@@ -21,7 +22,7 @@ "files": [ | ||
"dependencies": { | ||
"@ephox/katamari": "^7.2.1", | ||
"@ephox/katamari": "^8.0.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ephox/katamari-assertions": "^2.0.7" | ||
"@ephox/katamari-assertions": "^3.0.1" | ||
}, | ||
@@ -34,3 +35,3 @@ "scripts": { | ||
}, | ||
"author": "Ephox Corporation", | ||
"author": "Tiny Technologies, Inc", | ||
"license": "Apache-2.0", | ||
@@ -40,3 +41,3 @@ "main": "./lib/main/ts/ephox/polaris/api/Main.js", | ||
"types": "./lib/main/ts/ephox/polaris/api/Main.d.ts", | ||
"gitHead": "01f0a215b11fc8780ec4db9eccb5f4072c7970fd" | ||
"gitHead": "983565fa9b0b3718ffe6b5e70504bd3451af634d" | ||
} |
import { Optional } from '@ephox/katamari'; | ||
import * as Chars from '../pattern/Chars'; | ||
@@ -3,0 +4,0 @@ import { Custom } from '../pattern/Custom'; |
import { Arr, Optional } from '@ephox/katamari'; | ||
import * as Generator from '../parray/Generator'; | ||
@@ -3,0 +4,0 @@ import * as Query from '../parray/Query'; |
import { Arr } from '@ephox/katamari'; | ||
import { Splitting } from '../api/Splitting'; | ||
@@ -3,0 +4,0 @@ |
import { Arr, Optional } from '@ephox/katamari'; | ||
import { PRange } from '../pattern/Types'; | ||
@@ -3,0 +4,0 @@ |
import { Arr } from '@ephox/katamari'; | ||
import { PRange } from '../pattern/Types'; | ||
@@ -3,0 +4,0 @@ import * as Query from './Query'; |
import { Arr } from '@ephox/katamari'; | ||
import { PRange } from '../pattern/Types'; | ||
@@ -3,0 +4,0 @@ |
import { Fun, Unicode } from '@ephox/katamari'; | ||
import { punctuationStr } from '../words/UnicodeData'; | ||
@@ -3,0 +4,0 @@ |
import { Optional } from '@ephox/katamari'; | ||
import { PRegExp } from './Types'; | ||
@@ -3,0 +4,0 @@ |
import { Regex } from '@ephox/katamari'; | ||
import { PRegExp } from './Types'; | ||
@@ -3,0 +4,0 @@ import * as Unsafe from './Unsafe'; |
import { Fun, Optional } from '@ephox/katamari'; | ||
import * as Chars from './Chars'; | ||
@@ -3,0 +4,0 @@ import { Custom } from './Custom'; |
import { Arr } from '@ephox/katamari'; | ||
import { PRange, PRegExp } from '../pattern/Types'; | ||
@@ -3,0 +4,0 @@ import * as Find from './Find'; |
import { Arr } from '@ephox/katamari'; | ||
import * as UnicodeData from './UnicodeData'; | ||
@@ -3,0 +4,0 @@ |
import { Unicode } from '@ephox/katamari'; | ||
import { CharacterMap, classify } from './StringMapper'; | ||
@@ -3,0 +4,0 @@ import * as UnicodeData from './UnicodeData'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as Boundaries from 'ephox/polaris/array/Boundaries'; | ||
@@ -3,0 +4,0 @@ |
import { Assert, UnitTest } from '@ephox/bedrock-client'; | ||
import { Testable } from '@ephox/dispute'; | ||
import * as fc from 'fast-check'; | ||
import * as Arrays from 'ephox/polaris/api/Arrays'; | ||
@@ -5,0 +6,0 @@ |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import { Fun } from '@ephox/katamari'; | ||
import * as Arrays from 'ephox/polaris/api/Arrays'; | ||
@@ -4,0 +5,0 @@ import { Splitting } from 'ephox/polaris/api/Splitting'; |
import { UnitTest } from '@ephox/bedrock-client'; | ||
import { Optional } from '@ephox/katamari'; | ||
import { KAssert } from '@ephox/katamari-assertions'; | ||
import * as PositionArray from 'ephox/polaris/api/PositionArray'; | ||
@@ -5,0 +6,0 @@ import * as Parrays from 'ephox/polaris/test/Parrays'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import { Arr, Optional } from '@ephox/katamari'; | ||
import * as PositionArray from 'ephox/polaris/api/PositionArray'; | ||
import { PArrayTestItem } from '../../module/ephox/polaris/test/Parrays'; | ||
@@ -5,0 +7,0 @@ |
import { UnitTest } from '@ephox/bedrock-client'; | ||
import { Optional } from '@ephox/katamari'; | ||
import { KAssert } from '@ephox/katamari-assertions'; | ||
import * as PositionArray from 'ephox/polaris/api/PositionArray'; | ||
@@ -5,0 +6,0 @@ import * as Parrays from 'ephox/polaris/test/Parrays'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as PositionArray from 'ephox/polaris/api/PositionArray'; | ||
@@ -3,0 +4,0 @@ import * as Strings from 'ephox/polaris/api/Strings'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as PositionArray from 'ephox/polaris/api/PositionArray'; | ||
@@ -3,0 +4,0 @@ import * as Parrays from 'ephox/polaris/test/Parrays'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as PositionArray from 'ephox/polaris/api/PositionArray'; | ||
@@ -3,0 +4,0 @@ import * as Parrays from 'ephox/polaris/test/Parrays'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import { Arr, Obj } from '@ephox/katamari'; | ||
import * as Regexes from 'ephox/polaris/api/Regexes'; | ||
@@ -4,0 +5,0 @@ |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as Sanitise from 'ephox/polaris/string/Sanitise'; | ||
@@ -3,0 +4,0 @@ |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import { Arr, Unicode } from '@ephox/katamari'; | ||
import * as Pattern from 'ephox/polaris/api/Pattern'; | ||
@@ -4,0 +5,0 @@ import * as Search from 'ephox/polaris/api/Search'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as Strings from 'ephox/polaris/api/Strings'; | ||
@@ -3,0 +4,0 @@ |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import { Arr } from '@ephox/katamari'; | ||
import { getWords, WordOptions } from 'ephox/polaris/words/Words'; | ||
@@ -4,0 +5,0 @@ |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import { Arr } from '@ephox/katamari'; | ||
import * as Chars from 'ephox/polaris/pattern/Chars'; | ||
@@ -4,0 +5,0 @@ |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as StringMapper from 'ephox/polaris/words/StringMapper'; | ||
@@ -3,0 +4,0 @@ import * as UnicodeData from 'ephox/polaris/words/UnicodeData'; |
import { assert, UnitTest } from '@ephox/bedrock-client'; | ||
import * as StringMapper from 'ephox/polaris/words/StringMapper'; | ||
@@ -3,0 +4,0 @@ import * as WordBoundary from 'ephox/polaris/words/WordBoundary'; |
import { Arr, Optional } from '@ephox/katamari'; | ||
import * as PositionArray from 'ephox/polaris/api/PositionArray'; | ||
@@ -3,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
267276
+ Added@ephox/katamari@8.1.1(transitive)
- Removed@ephox/katamari@7.2.1(transitive)
Updated@ephox/katamari@^8.0.1