Skip to content

Releases: patternhelloworld/url-knife

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

Choose a tag to compare

@patternhelloworld patternhelloworld released this 26 Jan 16:13

Full Changelog: v4.1.5...v4.1.6

[v4.1.5] - Arrange Types

Choose a tag to compare

@patternhelloworld patternhelloworld released this 26 Jan 14:20

Full Changelog: v4.1.3...v4.1.5

[v4.1.0] - Arrange Types

Choose a tag to compare

@patternhelloworld patternhelloworld released this 25 Jan 05:43

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

Choose a tag to compare

@patternhelloworld patternhelloworld released this 24 Jan 16:12
  • 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.