Skip to content

Tags: gh-top-languages/lib

Tags

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: trim lib exports (#16)

* chore: trim package exports

* docs: split module into public/internal API

* chore: bump v1.2.2

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: gap wedge edges missing stroke outline (#15)

* chore: npm install

* fix: gap wedge stroke to match segment outlines

* test: coverage for gap wedge stroke

* chore: bump v.1.2.1

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix legend colour overflow with palette-matched fallback colours (#12)

* chore: rename github -> gh

* fix(legend): cycle theme colours to match segment rendering

* feat: generate palette-matched fallback colours on overflow

* chore: bump v1.2.0

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: extract shared formatLegendEntry to dedupe legend label/pct…

… logic (#11)

* refactor: extract shared formatLegendEntry to dedupe legend label/pct logic

* chore: bump v1.1.3

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add publish write permissions (#9)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: consolidate donut/pie chart generators (#5)

* refactor: consolidate chart generators

* refactor: convert tests to single generate file, remove missed render chart test

* docs: update file descriptions

* chore: remove donut/pie exports

* chore: bump v1.1.1

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: gap-fill and rescale modes for partial language counts (#4)

* chore: extract ParsedParams type

* fix: validate colour query params as hex before use

* chore: customColours to colours

* chore: move params type to params file

* refactor: move src/types.ts to src/charts/types.ts, merge chart.ts into charts/generate.ts

* refactor(params): fold theme key lookup into resolveColour

* feat: add per-theme gap colour and gapType modes for partial-count charts

* test: cover gapType branches and measureText's character fallback

* docs: update module paths in README

* fix: lib exports

* feat(params): accept theme names for c1-c16 slice colours

* refactor: drop stroke count-gating, inline isShifted derivation, update tests for new computeLayout/createLegend signatures

* fix: swap grow/adapt semantics

* docs: document query params and gap modes in README

* chore: bump v1.1.0

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add CI and publish workflows, bump to v1.0.4 (#3)

* chore: ci workflow

* chore: publish workflow

* chore: bump v1.0.4

* chore: add reusable test workflow, add testing to publish

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
masonlet Mason L'Etoile
chore: rename package, bump to 1.0.3, add more meta data

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: enforce minimum height in parseQueryParams (#1)

* fix: enforce minimum height in parseQueryParams

* chore: bump version