Releases: nobe4/girssa
v1.1.0 - The one that parses more links
Main change:
It updates the parser to take into account attribute-based links.
What's Changed
- Bump eslint from 8.19.0 to 8.20.0 by @dependabot in #75
- Bump terser from 5.14.1 to 5.14.2 by @dependabot in #76
- Bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in #81
- Bump eslint from 8.20.0 to 8.23.0 by @dependabot in #86
- Bump jest from 28.1.3 to 29.0.1 by @dependabot in #85
- Bump html-minifier-terser from 7.0.0-beta.0 to 7.0.0 by @dependabot in #83
- Bump jest from 29.0.1 to 29.0.2 by @dependabot in #87
- Move parser into its own file. by @nobe4 in #88
- Bump fast-xml-parser from 4.0.9 to 4.0.10 by @dependabot in #92
- Bump eslint from 8.23.0 to 8.24.0 by @dependabot in #94
- Bump jest from 29.0.2 to 29.0.3 by @dependabot in #90
- Bump @actions/github from 5.0.3 to 5.1.0 by @dependabot in #93
- Bump jest from 29.0.3 to 29.1.1 by @dependabot in #96
- Bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in #95
- Bind dev server to a random port by @nobe4 in #97
- Bump jest from 29.1.1 to 29.1.2 by @dependabot in #100
- Bump jest from 29.1.2 to 29.2.2 by @dependabot in #107
- Bump fast-xml-parser from 4.0.10 to 4.0.11 by @dependabot in #101
- Bump @actions/github from 5.1.0 to 5.1.1 by @dependabot in #99
- Bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #98
- Bump eslint from 8.24.0 to 8.26.0 by @dependabot in #106
- Bump actions/setup-node from 3.5.0 to 3.5.1 by @dependabot in #103
- Combined updates by @nobe4 in #109
- Add a parser for the href-style links by @nobe4 in #108
Full Changelog: v1.0.5...v1.1.0
v1.0.5 - The one that paginates
Adding the pagination so a very long list is actually useful when using the web interface.
What's Changed
- Bump jest from 28.1.2 to 28.1.3 by @dependabot in #71
- Bump actions/setup-node from 3.4.0 to 3.4.1 by @dependabot in #72
- Pagination & better web development by @nobe4 in #74
Full Changelog: v1.0.4...v1.0.5
v1.0.4 - The one that is nicer to users and servers
- Bunch of dependabot updates.
- Improve warning outputs with additional info.
- Send a user-agent.
What's Changed
- Bump eslint-plugin-prettier from 4.0.0 to 4.1.0 by @dependabot in #62
- Bump jest from 28.1.1 to 28.1.2 by @dependabot in #64
- Bump eslint-plugin-prettier from 4.1.0 to 4.2.1 by @dependabot in #63
- Bump eslint from 8.18.0 to 8.19.0 by @dependabot in #65
- Bump actions/setup-node from 3.3.0 to 3.4.0 by @dependabot in #66
- Bump fast-xml-parser from 4.0.8 to 4.0.9 by @dependabot in #67
- Additional debug info on processing error by @nobe4 in #69
- Add user agent in https requests by @nobe4 in #70
Full Changelog: v1.0.3...v1.0.4
v1.0.3 - The one that has a web interface.
Adding a web interface. It came with its bundle of issues tho, #61 will be used to track progress towards fixing insecure client storage.
What's Changed
- POC web by @nobe4 in #57
- Bump eslint from 8.17.0 to 8.18.0 by @dependabot in #59
- Finalized Web Girssa version by @nobe4 in #60
Full Changelog: v1.0.0...v1.0.3
v1.0.0 - The one that's ready to be used
v0.0.5 - The one that tags and paginates
- Improved selecting issues.
- Paginating pull issues.
- Tagged issues with source name
- Bump some dependencies.
Still a pre-release, but hopefully not for much longer.
What's Changed
- Simplify index by @nobe4 in #37
- Bump prettier from 2.6.2 to 2.7.0 by @dependabot in #38
- Tag issue with the source name by @nobe4 in #40
- Bump prettier from 2.7.0 to 2.7.1 by @dependabot in #42
- Bump @actions/core from 1.8.2 to 1.9.0 by @dependabot in #43
- Add source link in issue by @nobe4 in #44
- Improve logic and tests for issues.select by @nobe4 in #47
- Pagination by @nobe4 in #49
- Simplify output by @nobe4 in #50
Full Changelog: v0.0.4...v0.0.5
v0.0.4 - The one that looks nicer
v0.0.3 - The one that has 100% coverage
Add a 100% coverage badge and write a bunch of documentation.
Still pre-release.
What's Changed
Full Changelog: v0.0.2...v0.0.3
v0.0.2 - The one that uses the API
Use the github API for all actions.
Update NOOP
to bypass all API actions.
Small docs and scripts improvements.
What's Changed
Full Changelog: v0.0.1...v0.0.2
v0.0.1 - The one that automatically releases
First release/tag created automatically via the release script. 🚀
This is still pre-release 🐉
What's Changed
Full Changelog: v0.0.0...v0.0.1