Skip to content

Releases: patternhelloworld/url-knife

[v4.1.6] - Area-Pattern-based modularity

26 Jan 16:13
Compare
Choose a tag to compare

[v4.1.5] - Arrange Types

26 Jan 14:20
Compare
Choose a tag to compare

[v4.1.0] - Arrange Types

25 Jan 05:43
Compare
Choose a tag to compare

TypeScript Enhancements:

  • Enabled strict mode for improved type safety.
  • Consolidated and refined type definitions, resolving potential null or undefined issues.
  • Added default type exports for modularity.

Code & Testing:

  • Integrated Prettier for consistent formatting.
  • Improved clarity of function names and test cases.
  • Fixed index alignment issues in URI and URL detection tests.

Documentation:

  • Updated comments and inline documentation to reflect changes.

[v4.0.1] - Refactoring to TypeScript

24 Jan 16:12
Compare
Choose a tag to compare
  • Migrated core functionality from JavaScript to TypeScript.
  • Improved type safety and project structure.
  • Initial TypeScript implementation; still under refinement, with full support for Strict Mode forthcoming.
  • Refactored Patterns (Regex) for better readability and maintainability.