Releases: martijnversluis/ChordSheetJS
Releases · martijnversluis/ChordSheetJS
v12.1.0
What's Changed
- Bump typescript-eslint from 8.20.0 to 8.21.0 by @dependabot in #1553
- Bump puppeteer from 24.1.0 to 24.1.1 by @dependabot in #1555
- Bump @types/node from 22.10.7 to 22.10.10 by @dependabot in #1556
- Bump eslint from 9.18.0 to 9.19.0 by @dependabot in #1558
- Bump @eslint/js from 9.18.0 to 9.19.0 by @dependabot in #1557
- Bump @types/node from 22.10.10 to 22.12.0 by @dependabot in #1561
- Bump typescript-eslint from 8.21.0 to 8.22.0 by @dependabot in #1560
- Update from
bettermusic
fork by @martijnversluis in #1559 - Bump @types/node from 22.12.0 to 22.13.0 by @dependabot in #1563
- Bump @eslint/core from 0.10.0 to 0.11.0 by @dependabot in #1562
- Fix circular dep between
Tag
&TagInterpreter
(#891) by @martijnversluis in #1565 - Bump @types/node from 22.13.0 to 22.13.1 by @dependabot in #1567
- Bump typescript-eslint from 8.22.0 to 8.23.0 by @dependabot in #1566
- Bump puppeteer from 24.1.1 to 24.2.0 by @dependabot in #1568
- Bump @eslint/js from 9.19.0 to 9.20.0 by @dependabot in #1572
- Bump typedoc from 0.27.6 to 0.27.7 by @dependabot in #1571
- Bump eslint from 9.19.0 to 9.20.0 by @dependabot in #1570
- Bump esbuild from 0.24.2 to 0.25.0 by @dependabot in #1569
- Bump typescript-eslint from 8.23.0 to 8.24.0 by @dependabot in #1573
- Bump eslint from 9.20.0 to 9.20.1 by @dependabot in #1574
- Bump @types/node from 22.13.1 to 22.13.2 by @dependabot in #1576
- Bump globals from 15.14.0 to 15.15.0 by @dependabot in #1575
- Bump puppeteer from 24.2.0 to 24.2.1 by @dependabot in #1578
- Bump @types/node from 22.13.2 to 22.13.4 by @dependabot in #1577
- Bump typescript-eslint from 8.24.0 to 8.24.1 by @dependabot in #1579
- Bump globals from 15.15.0 to 16.0.0 by @dependabot in #1581
- Bump tsx from 4.19.2 to 4.19.3 by @dependabot in #1580
- Bump @eslint/core from 0.11.0 to 0.12.0 by @dependabot in #1582
- Bump puppeteer from 24.2.1 to 24.3.0 by @dependabot in #1586
- Bump typescript-eslint from 8.24.1 to 8.25.0 by @dependabot in #1584
- Bump eslint from 9.20.1 to 9.21.0 by @dependabot in #1583
- Bump @types/node from 22.13.4 to 22.13.5 by @dependabot in #1587
- Bump typedoc from 0.27.7 to 0.27.9 by @dependabot in #1585
- Bump ts-jest from 29.2.5 to 29.2.6 by @dependabot in #1588
- Bump @types/node from 22.13.5 to 22.13.8 by @dependabot in #1591
- Bump typescript from 5.7.3 to 5.8.2 by @dependabot in #1592
- Implement Song#normalizeChords by @martijnversluis in #1593
- Bump @types/node from 22.13.8 to 22.13.9 by @dependabot in #1596
- Bump typescript-eslint from 8.25.0 to 8.26.0 by @dependabot in #1595
- Bump puppeteer from 24.3.0 to 24.3.1 by @dependabot in #1594
- Bump puppeteer from 24.3.1 to 24.4.0 by @dependabot in #1597
- Update song key when changing modifier by @martijnversluis in #1599
Full Changelog: v12.0.0...v12.1.0
v12.0.0
What's Changed
- Simplify configuration structure by @martijnversluis in #1551
- Customize CSS classes for HTML formatters by @martijnversluis in #1552
Full Changelog: v11.2.0...v12.0.0
v11.2.0
What's Changed
- Bump typescript-eslint from 8.19.0 to 8.19.1 by @dependabot in #1539
- Bump typescript from 5.7.2 to 5.7.3 by @dependabot in #1540
- Bump puppeteer from 23.11.1 to 24.0.0 by @dependabot in #1541
- Bump @eslint/js from 9.17.0 to 9.18.0 by @dependabot in #1544
- Bump eslint from 9.17.0 to 9.18.0 by @dependabot in #1543
- Bump @eslint/core from 0.9.1 to 0.10.0 by @dependabot in #1542
- Bump typescript-eslint from 8.19.1 to 8.20.0 by @dependabot in #1546
- Bump @types/node from 22.10.5 to 22.10.6 by @dependabot in #1545
- Bump eslint-plugin-jest from 28.10.0 to 28.11.0 by @dependabot in #1548
- Bump puppeteer from 24.0.0 to 24.1.0 by @dependabot in #1547
- Bump @types/node from 22.10.6 to 22.10.7 by @dependabot in #1549
- Implement chopFirstWord for ChordProParser by @martijnversluis in #1550
Full Changelog: v11.1.2...v11.2.0
v11.1.2
What's Changed
- Refactor parser debugging by @martijnversluis in #1537
- Use simple grammar for chord parsing by @martijnversluis in #1538
Full Changelog: v11.1.1...v11.1.2
v11.1.1
What's Changed
- Make renderChord() use render key modifier by @martijnversluis in #1535
- Add code sample to Song#useModifier() by @martijnversluis in #1536
Full Changelog: v11.1.0...v11.1.1
v11.1.0
What's Changed
- Implement disable chop first word for chords over words by @martijnversluis in #1534
Full Changelog: v11.0.0...v11.1.0
v11.0.0
What's Changed
- Allow testing a negated directive selector by @martijnversluis in #1511
- Allow filtering chord definition by tag selector by @martijnversluis in #1512
- Bump @eslint/js from 9.16.0 to 9.17.0 by @dependabot in #1513
- Bump eslint from 9.16.0 to 9.17.0 by @dependabot in #1515
- Bump typedoc from 0.27.4 to 0.27.5 by @dependabot in #1514
- Bump typescript-eslint from 8.18.0 to 8.18.1 by @dependabot in #1516
- Update parcel modules from 2.13.2 to 2.13.3 by @martijnversluis in #1520
- Bump puppeteer from 23.10.4 to 23.11.0 by @dependabot in #1521
- Bump globals from 15.13.0 to 15.14.0 by @dependabot in #1522
- Bump puppeteer from 23.11.0 to 23.11.1 by @dependabot in #1523
- Bump eslint-plugin-jest from 28.9.0 to 28.10.0 by @dependabot in #1525
- Bump esbuild from 0.24.0 to 0.24.2 by @dependabot in #1526
- Bump typescript-eslint from 8.18.1 to 8.18.2 by @dependabot in #1527
- Bump typedoc from 0.27.5 to 0.27.6 by @dependabot in #1528
- Bump typescript-eslint from 8.18.2 to 8.19.0 by @dependabot in #1530
- Bump @types/node from 22.10.2 to 22.10.3 by @dependabot in #1531
- Bump @types/node from 22.10.3 to 22.10.5 by @dependabot in #1532
- Make decapo configurable by @martijnversluis in #1533
Full Changelog: v10.11.0...v11.0.0
v10.11.0
What's Changed
- Bump puppeteer from 23.10.1 to 23.10.2 by @dependabot in #1502
- Bump typescript-eslint from 8.17.0 to 8.18.0 by @dependabot in #1503
- Bump puppeteer from 23.10.2 to 23.10.3 by @dependabot in #1506
- Bump @types/node from 22.10.1 to 22.10.2 by @dependabot in #1505
- Bump puppeteer from 23.10.3 to 23.10.4 by @dependabot in #1507
- Allow negating conditional directives by @martijnversluis in #1508
- Test directive selector by @martijnversluis in #1509
- Render section label outside content by @martijnversluis in #1510
Full Changelog: v10.10.1...v10.11.0
v10.10.1
What's Changed
- Check trailing whitespace on CI by @martijnversluis in #1498
- Remove LoDash dependency by @ChrisMBarr in #1467
- Bump typedoc from 0.27.3 to 0.27.4 by @dependabot in #1499
- Parse conditional directives by @martijnversluis in #1500
- Test and implement more chord suffixes by @martijnversluis in #1504
Full Changelog: v10.10.0...v10.10.1
v10.10.0
What's Changed
- Try CI with NodeJS 22.x instead of 22.6 by @martijnversluis in #1496
- Base-fret optional and more characters for chord definitions by @martijnversluis in #1497
Full Changelog: v10.9.3...v10.10.0