Releases: rbutrcom/rbutr-browser-extension
Releases · rbutrcom/rbutr-browser-extension
v0.12.0
- [:bookmark: RELEASE] Increase version
- [:memo: DOCS] Update README
- [:arrow_up: UPGRADE DEPENDENCY] Update dependencies
- [:hammer: REFACTOR] Merge 2 methods into single one
- [:hammer: REFACTOR] Move
buildUrl
to API - [:sparkles: FEATURE] Implement getTags Request in API
- [:construction: WIP] Implement updateVotes Request in API
- [:bug: BUGFIX] Fix URL builder
- [:white_check_mark: TESTS] Add test for API methods
- [:construction: WIP] Implement submitRebuttalRequest in API
- [:hammer: REFACTOR] Minor method refactoring
- [:hammer: REFACTOR] Move getCanonicalUrl to Utils
- [:truck: RENAME] Rename 'from' and 'to' properties
- [:bug: BUGFIX] Remove duplicate menu button
- [:zap: PERFORMANCE] Rename postRebuttals method
- [:construction: WIP] Implement submitIdea Request in API
- [:hammer: REFACTOR] Convert function calls to ES6 syntax
- [:bug: BUGFIX] Fix test
- [:lipstick: STYLING] Move random button to action view
- [:rotating_light: LINTING] Remove unused var 'waitCount'
- [:bug: BUGFIX] Fix action view rendering
- [:hammer: REFACTOR] Implement messaging ports
- [:truck: RENAME] Rename method for more clarity
- [:rotating_light: LINTING] Remove unused vars (HoundCI)
- [:construction: WIP] Implement subtmiRebuttal Request in API
- [:rotating_light: LINTING] Remove unused var (HoundCI)
- [:construction: WIP] Implement getRebuttal Request in API
- [:hammer: REFACTOR] Replace function keyword with ES6 syntax
- [:construction: WIP] Implement Rbutr API
v0.10.0
- [🔥 REMOVE] Delete old icons
- [🎨 FORMATTING] Apply consistent logging
- [🐛 BUGFIX] Add type check condition
- [🐛 BUGFIX] Fix first displayed view
- [⬆️ UPGRADE DEPENDENCY] Yarn upgrade
- [📝 DOCS] Fix release badge
v0.9.7
[:bulb: CODE DOCS] Add file comments and bump version Fixes #71 Related to ---