Skip to content

Commit

Permalink
fix: Codec for article slugs (#128)
Browse files Browse the repository at this point in the history
* fix: Codec for article slugs

Allow for non-alphanumeric and non-lower-case characters in slugs.

Fixes #127.

* fix: PR feedback

Removing unused `Semigroup`, `Show`, `EncodeJson`, and `DecodeJson`
instances from `Slug` module, adding newline at end of file, and
removing unused `slug` dependency from `spago.yaml`.

* chore: Commit spago.lock

---------

Co-authored-by: Peter Murphy <[email protected]>
Co-authored-by: Peter Murphy <[email protected]>
  • Loading branch information
3 people authored Mar 23, 2024
1 parent ab13d62 commit c3f1f70
Show file tree
Hide file tree
Showing 12 changed files with 1,473 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ output-es

# Dist
dist/*.js

# Keep spago.lock
!spago.lock
Loading

0 comments on commit c3f1f70

Please sign in to comment.