Releases: p3lim-wow/LibProcessable
61
Lib: Processable
61 (2023-03-02)
Full Changelog Previous Releases
-
Update MINOR
-
Support disenchanting Sophic Amalgamation
-
Add support for engineering scrapping
-
Update crafting API notes
-
Update Interface version (#57)
Co-authored-by: p3lim [email protected] -
Update license (#56)
Co-authored-by: p3lim [email protected] -
Update version
-
Fix incorrect return
-
Update version
-
Add more disenchantable items
-
Update version
-
Add support for disenchanting profession equipment
Fixes p3lim-wow/Molinari#81 -
Add special disenchantable items in Dragonflight
Fixes p3lim-wow/Molinari#80 -
Update Interface version (#55)
Co-authored-by: p3lim [email protected] -
Fix lint errors
-
Update version
-
Update Interface version
-
Fix missing rank info
-
Slightly improve upon expansion specific skill level detection
This is far from perfect, but we can check early (and without player
intervention) if milling and/or prospecting spells are known. -
Track TRADE_SKILL_SHOW and add note about issues
-
Support dragonflight milling and prospecting spells
These are divided by expansion, e.g. you can only prospect legion ores
using legion prospecting. -
Fix action output deprecation
-
Documentation touchups
-
Don't populate classic profession table unless necessary
Also using new constants -
Define constants for the profession IDs
This should also pass luacheck -
Partial lint pass
-
Bump actions/checkout from 2 to 3 (#52)
Bumps actions/checkout from 2 to 3.
updated-dependencies:
-
dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump actions/upload-artifact from 2 to 3 (#53)
Bumps actions/upload-artifact from 2 to 3.
updated-dependencies:
-
dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump peter-evans/create-pull-request from 3 to 4 (#54)
Bumps peter-evans/create-pull-request from 3 to 4.
updated-dependencies:
-
dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Run luacheck on pushes
-
Use dependabot to update workflows
-
Update version
-
Update Interface version (#51)
Co-authored-by: p3lim [email protected] -
Fix for invalid professions on classic
-
Drop duplicate classic checks
-
Add check for classic/tbc/wrath professions
They don't have any of the tradeskill API.
Ref p3lim-wow/Molinari#67 -
Update README
-
Lint pass
-
Add preliminary support for Dragonflight
-
Add support for Kevin's Keyring
-
Add support for wrath
Ref p3lim-wow/Molinari#67 -
Update IsMillable docs to match signature
-
Use skill level to determine prospectable state
-
Use skill level to determine millable state
-
Fix laestrite skeleton key lockpick level
-
Fix inscription item lockpick level
-
Use skill level to check if the item can be opened
This changes the signature of IsOpenableProfession -
Gather skill levels on both classic and retail
Fixes #14 -
Expose profession skill lines
These will come in handy later -
Add note on how we gather the profession categories
-
Merge the data tables and use expansion enums
-
Key profession categories using existing enums
-
Make data private to avoid manipulation
-
Added skill for inscription in for Classic (#50)
-
Update Interface version (#49)
Co-authored-by: p3lim [email protected] -
Don't load libs in dev
-
Update version
-
Bump packager, dropping specific game versions
-
Use multitoc only, and update suffixes
-
Update Interface version (#48)
Co-authored-by: p3lim [email protected] -
Update Interface version (#47)
Co-authored-by: p3lim [email protected] -
Update Interface version (#44)
Co-authored-by: p3lim [email protected] -
Update license (#46)
Co-authored-by: p3lim [email protected] -
Update version
-
Add 9.2 items
-
Add lockboxes added in 9.1
-
Shadowlands lockboxes were renamed at some point
-
Fix ID for Tiny Titanium Lockbox
Fixes #45 -
Update tag
-
Update Interface version (#43)
Co-authored-by: p3lim [email protected] -
Update Interface version (#42)
Co-authored-by: p3lim [email protected] -
We no longer need to authenticate to use the version action
-
Update Interface version (#41)
Co-authored-by: p3lim [email protected] -
Update tag
-
Fix matching against shirts
-
Fix matching against 2h maces
-
Update version update workflow
-
Update version
-
Split TOC files and update release workflow
-
Update Interface version (#38)
Co-authored-by: p3lim [email protected] -
Fix sparse changelogs on releases
-
Update version
-
Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 -
Update workflows and add BCC
-
Update version
-
Add BCC prospecting support and update lockboxes
-
Update Classic Interface version
Conflicts:
LibProcessable.toc
-
Add BCC support
-
Update Interface version (#37)
Co-authored-by: p3lim [email protected] -
Update workflows
-
Update Interface version layout
-
Shirts and cosmetics cannot be disenchanted
-
Update license (#36)
Co-authored-by: p3lim [email protected] -
Update version
-
Add support for disenchanting Shadowlands profession world quest items
-
Update version
-
Update Interface version
-
Make sure the item is valid
Fixes #35 -
Update version
-
Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47
60
Lib: Processable
60 (2023-01-02)
Full Changelog Previous Releases
-
Update version
-
Fix incorrect return
-
Update version
-
Add more disenchantable items
-
Update version
-
Add support for disenchanting profession equipment
Fixes p3lim-wow/Molinari#81 -
Add special disenchantable items in Dragonflight
Fixes p3lim-wow/Molinari#80 -
Update Interface version (#55)
Co-authored-by: p3lim [email protected] -
Fix lint errors
-
Update version
-
Update Interface version
-
Fix missing rank info
-
Slightly improve upon expansion specific skill level detection
This is far from perfect, but we can check early (and without player
intervention) if milling and/or prospecting spells are known. -
Track TRADE_SKILL_SHOW and add note about issues
-
Support dragonflight milling and prospecting spells
These are divided by expansion, e.g. you can only prospect legion ores
using legion prospecting. -
Fix action output deprecation
-
Documentation touchups
-
Don't populate classic profession table unless necessary
Also using new constants -
Define constants for the profession IDs
This should also pass luacheck -
Partial lint pass
-
Bump actions/checkout from 2 to 3 (#52)
Bumps actions/checkout from 2 to 3.
updated-dependencies:
-
dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump actions/upload-artifact from 2 to 3 (#53)
Bumps actions/upload-artifact from 2 to 3.
updated-dependencies:
-
dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump peter-evans/create-pull-request from 3 to 4 (#54)
Bumps peter-evans/create-pull-request from 3 to 4.
updated-dependencies:
-
dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Run luacheck on pushes
-
Use dependabot to update workflows
-
Update version
-
Update Interface version (#51)
Co-authored-by: p3lim [email protected] -
Fix for invalid professions on classic
-
Drop duplicate classic checks
-
Add check for classic/tbc/wrath professions
They don't have any of the tradeskill API.
Ref p3lim-wow/Molinari#67 -
Update README
-
Lint pass
-
Add preliminary support for Dragonflight
-
Add support for Kevin's Keyring
-
Add support for wrath
Ref p3lim-wow/Molinari#67 -
Update IsMillable docs to match signature
-
Use skill level to determine prospectable state
-
Use skill level to determine millable state
-
Fix laestrite skeleton key lockpick level
-
Fix inscription item lockpick level
-
Use skill level to check if the item can be opened
This changes the signature of IsOpenableProfession -
Gather skill levels on both classic and retail
Fixes #14 -
Expose profession skill lines
These will come in handy later -
Add note on how we gather the profession categories
-
Merge the data tables and use expansion enums
-
Key profession categories using existing enums
-
Make data private to avoid manipulation
-
Added skill for inscription in for Classic (#50)
-
Update Interface version (#49)
Co-authored-by: p3lim [email protected] -
Don't load libs in dev
-
Update version
-
Bump packager, dropping specific game versions
-
Use multitoc only, and update suffixes
-
Update Interface version (#48)
Co-authored-by: p3lim [email protected] -
Update Interface version (#47)
Co-authored-by: p3lim [email protected] -
Update Interface version (#44)
Co-authored-by: p3lim [email protected] -
Update license (#46)
Co-authored-by: p3lim [email protected] -
Update version
-
Add 9.2 items
-
Add lockboxes added in 9.1
-
Shadowlands lockboxes were renamed at some point
-
Fix ID for Tiny Titanium Lockbox
Fixes #45 -
Update tag
-
Update Interface version (#43)
Co-authored-by: p3lim [email protected] -
Update Interface version (#42)
Co-authored-by: p3lim [email protected] -
We no longer need to authenticate to use the version action
-
Update Interface version (#41)
Co-authored-by: p3lim [email protected] -
Update tag
-
Fix matching against shirts
-
Fix matching against 2h maces
-
Update version update workflow
-
Update version
-
Split TOC files and update release workflow
-
Update Interface version (#38)
Co-authored-by: p3lim [email protected] -
Fix sparse changelogs on releases
-
Update version
-
Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 -
Update workflows and add BCC
-
Update version
-
Add BCC prospecting support and update lockboxes
-
Update Classic Interface version
Conflicts:
LibProcessable.toc
-
Add BCC support
-
Update Interface version (#37)
Co-authored-by: p3lim [email protected] -
Update workflows
-
Update Interface version layout
-
Shirts and cosmetics cannot be disenchanted
-
Update license (#36)
Co-authored-by: p3lim [email protected] -
Update version
-
Add support for disenchanting Shadowlands profession world quest items
-
Update version
-
Update Interface version
-
Make sure the item is valid
Fixes #35 -
Update version
-
Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 -
Update version
-
Fix indentation
-
Update lockboxes and profession picks
-
Update docs with notes
-
Update version
-
Update Interface version (again)
59
Lib: Processable
59 (2022-12-03)
Full Changelog Previous Releases
-
Update version
-
Add more disenchantable items
-
Update version
-
Add support for disenchanting profession equipment
Fixes p3lim-wow/Molinari#81 -
Add special disenchantable items in Dragonflight
Fixes p3lim-wow/Molinari#80 -
Update Interface version (#55)
Co-authored-by: p3lim [email protected] -
Fix lint errors
-
Update version
-
Update Interface version
-
Fix missing rank info
-
Slightly improve upon expansion specific skill level detection
This is far from perfect, but we can check early (and without player
intervention) if milling and/or prospecting spells are known. -
Track TRADE_SKILL_SHOW and add note about issues
-
Support dragonflight milling and prospecting spells
These are divided by expansion, e.g. you can only prospect legion ores
using legion prospecting. -
Fix action output deprecation
-
Documentation touchups
-
Don't populate classic profession table unless necessary
Also using new constants -
Define constants for the profession IDs
This should also pass luacheck -
Partial lint pass
-
Bump actions/checkout from 2 to 3 (#52)
Bumps actions/checkout from 2 to 3.
updated-dependencies:
-
dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump actions/upload-artifact from 2 to 3 (#53)
Bumps actions/upload-artifact from 2 to 3.
updated-dependencies:
-
dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump peter-evans/create-pull-request from 3 to 4 (#54)
Bumps peter-evans/create-pull-request from 3 to 4.
updated-dependencies:
-
dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Run luacheck on pushes
-
Use dependabot to update workflows
-
Update version
-
Update Interface version (#51)
Co-authored-by: p3lim [email protected] -
Fix for invalid professions on classic
-
Drop duplicate classic checks
-
Add check for classic/tbc/wrath professions
They don't have any of the tradeskill API.
Ref p3lim-wow/Molinari#67 -
Update README
-
Lint pass
-
Add preliminary support for Dragonflight
-
Add support for Kevin's Keyring
-
Add support for wrath
Ref p3lim-wow/Molinari#67 -
Update IsMillable docs to match signature
-
Use skill level to determine prospectable state
-
Use skill level to determine millable state
-
Fix laestrite skeleton key lockpick level
-
Fix inscription item lockpick level
-
Use skill level to check if the item can be opened
This changes the signature of IsOpenableProfession -
Gather skill levels on both classic and retail
Fixes #14 -
Expose profession skill lines
These will come in handy later -
Add note on how we gather the profession categories
-
Merge the data tables and use expansion enums
-
Key profession categories using existing enums
-
Make data private to avoid manipulation
-
Added skill for inscription in for Classic (#50)
-
Update Interface version (#49)
Co-authored-by: p3lim [email protected] -
Don't load libs in dev
-
Update version
-
Bump packager, dropping specific game versions
-
Use multitoc only, and update suffixes
-
Update Interface version (#48)
Co-authored-by: p3lim [email protected] -
Update Interface version (#47)
Co-authored-by: p3lim [email protected] -
Update Interface version (#44)
Co-authored-by: p3lim [email protected] -
Update license (#46)
Co-authored-by: p3lim [email protected] -
Update version
-
Add 9.2 items
-
Add lockboxes added in 9.1
-
Shadowlands lockboxes were renamed at some point
-
Fix ID for Tiny Titanium Lockbox
Fixes #45 -
Update tag
-
Update Interface version (#43)
Co-authored-by: p3lim [email protected] -
Update Interface version (#42)
Co-authored-by: p3lim [email protected] -
We no longer need to authenticate to use the version action
-
Update Interface version (#41)
Co-authored-by: p3lim [email protected] -
Update tag
-
Fix matching against shirts
-
Fix matching against 2h maces
-
Update version update workflow
-
Update version
-
Split TOC files and update release workflow
-
Update Interface version (#38)
Co-authored-by: p3lim [email protected] -
Fix sparse changelogs on releases
-
Update version
-
Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 -
Update workflows and add BCC
-
Update version
-
Add BCC prospecting support and update lockboxes
-
Update Classic Interface version
Conflicts:
LibProcessable.toc
-
Add BCC support
-
Update Interface version (#37)
Co-authored-by: p3lim [email protected] -
Update workflows
-
Update Interface version layout
-
Shirts and cosmetics cannot be disenchanted
-
Update license (#36)
Co-authored-by: p3lim [email protected] -
Update version
-
Add support for disenchanting Shadowlands profession world quest items
-
Update version
-
Update Interface version
-
Make sure the item is valid
Fixes #35 -
Update version
-
Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 -
Update version
-
Fix indentation
-
Update lockboxes and profession picks
-
Update docs with notes
-
Update version
-
Update Interface version (again)
-
Clean up pkgmeta
-
Dump a diff before we try to push docs
58
Lib: Processable
58 (2022-12-02)
Full Changelog Previous Releases
-
Update version
-
Add support for disenchanting profession equipment
Fixes p3lim-wow/Molinari#81 -
Add special disenchantable items in Dragonflight
Fixes p3lim-wow/Molinari#80 -
Update Interface version (#55)
Co-authored-by: p3lim [email protected] -
Fix lint errors
-
Update version
-
Update Interface version
-
Fix missing rank info
-
Slightly improve upon expansion specific skill level detection
This is far from perfect, but we can check early (and without player
intervention) if milling and/or prospecting spells are known. -
Track TRADE_SKILL_SHOW and add note about issues
-
Support dragonflight milling and prospecting spells
These are divided by expansion, e.g. you can only prospect legion ores
using legion prospecting. -
Fix action output deprecation
-
Documentation touchups
-
Don't populate classic profession table unless necessary
Also using new constants -
Define constants for the profession IDs
This should also pass luacheck -
Partial lint pass
-
Bump actions/checkout from 2 to 3 (#52)
Bumps actions/checkout from 2 to 3.
updated-dependencies:
-
dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump actions/upload-artifact from 2 to 3 (#53)
Bumps actions/upload-artifact from 2 to 3.
updated-dependencies:
-
dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump peter-evans/create-pull-request from 3 to 4 (#54)
Bumps peter-evans/create-pull-request from 3 to 4.
updated-dependencies:
-
dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Run luacheck on pushes
-
Use dependabot to update workflows
-
Update version
-
Update Interface version (#51)
Co-authored-by: p3lim [email protected] -
Fix for invalid professions on classic
-
Drop duplicate classic checks
-
Add check for classic/tbc/wrath professions
They don't have any of the tradeskill API.
Ref p3lim-wow/Molinari#67 -
Update README
-
Lint pass
-
Add preliminary support for Dragonflight
-
Add support for Kevin's Keyring
-
Add support for wrath
Ref p3lim-wow/Molinari#67 -
Update IsMillable docs to match signature
-
Use skill level to determine prospectable state
-
Use skill level to determine millable state
-
Fix laestrite skeleton key lockpick level
-
Fix inscription item lockpick level
-
Use skill level to check if the item can be opened
This changes the signature of IsOpenableProfession -
Gather skill levels on both classic and retail
Fixes #14 -
Expose profession skill lines
These will come in handy later -
Add note on how we gather the profession categories
-
Merge the data tables and use expansion enums
-
Key profession categories using existing enums
-
Make data private to avoid manipulation
-
Added skill for inscription in for Classic (#50)
-
Update Interface version (#49)
Co-authored-by: p3lim [email protected] -
Don't load libs in dev
-
Update version
-
Bump packager, dropping specific game versions
-
Use multitoc only, and update suffixes
-
Update Interface version (#48)
Co-authored-by: p3lim [email protected] -
Update Interface version (#47)
Co-authored-by: p3lim [email protected] -
Update Interface version (#44)
Co-authored-by: p3lim [email protected] -
Update license (#46)
Co-authored-by: p3lim [email protected] -
Update version
-
Add 9.2 items
-
Add lockboxes added in 9.1
-
Shadowlands lockboxes were renamed at some point
-
Fix ID for Tiny Titanium Lockbox
Fixes #45 -
Update tag
-
Update Interface version (#43)
Co-authored-by: p3lim [email protected] -
Update Interface version (#42)
Co-authored-by: p3lim [email protected] -
We no longer need to authenticate to use the version action
-
Update Interface version (#41)
Co-authored-by: p3lim [email protected] -
Update tag
-
Fix matching against shirts
-
Fix matching against 2h maces
-
Update version update workflow
-
Update version
-
Split TOC files and update release workflow
-
Update Interface version (#38)
Co-authored-by: p3lim [email protected] -
Fix sparse changelogs on releases
-
Update version
-
Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 -
Update workflows and add BCC
-
Update version
-
Add BCC prospecting support and update lockboxes
-
Update Classic Interface version
Conflicts:
LibProcessable.toc
-
Add BCC support
-
Update Interface version (#37)
Co-authored-by: p3lim [email protected] -
Update workflows
-
Update Interface version layout
-
Shirts and cosmetics cannot be disenchanted
-
Update license (#36)
Co-authored-by: p3lim [email protected] -
Update version
-
Add support for disenchanting Shadowlands profession world quest items
-
Update version
-
Update Interface version
-
Make sure the item is valid
Fixes #35 -
Update version
-
Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 -
Update version
-
Fix indentation
-
Update lockboxes and profession picks
-
Update docs with notes
-
Update version
-
Update Interface version (again)
-
Clean up pkgmeta
-
Dump a diff before we try to push docs
-
Update version
-
Fix IsOpenable itemLink support
57
Lib: Processable
57 (2022-10-28)
Full Changelog Previous Releases
-
Update version
-
Update Interface version
-
Fix missing rank info
-
Slightly improve upon expansion specific skill level detection
This is far from perfect, but we can check early (and without player
intervention) if milling and/or prospecting spells are known. -
Track TRADE_SKILL_SHOW and add note about issues
-
Support dragonflight milling and prospecting spells
These are divided by expansion, e.g. you can only prospect legion ores
using legion prospecting. -
Fix action output deprecation
-
Documentation touchups
-
Don't populate classic profession table unless necessary
Also using new constants -
Define constants for the profession IDs
This should also pass luacheck -
Partial lint pass
-
Bump actions/checkout from 2 to 3 (#52)
Bumps actions/checkout from 2 to 3.
updated-dependencies:
-
dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump actions/upload-artifact from 2 to 3 (#53)
Bumps actions/upload-artifact from 2 to 3.
updated-dependencies:
-
dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Bump peter-evans/create-pull-request from 3 to 4 (#54)
Bumps peter-evans/create-pull-request from 3 to 4.
updated-dependencies:
-
dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
Run luacheck on pushes
-
Use dependabot to update workflows
-
Update version
-
Update Interface version (#51)
Co-authored-by: p3lim [email protected] -
Fix for invalid professions on classic
-
Drop duplicate classic checks
-
Add check for classic/tbc/wrath professions
They don't have any of the tradeskill API.
Ref p3lim-wow/Molinari#67 -
Update README
-
Lint pass
-
Add preliminary support for Dragonflight
-
Add support for Kevin's Keyring
-
Add support for wrath
Ref p3lim-wow/Molinari#67 -
Update IsMillable docs to match signature
-
Use skill level to determine prospectable state
-
Use skill level to determine millable state
-
Fix laestrite skeleton key lockpick level
-
Fix inscription item lockpick level
-
Use skill level to check if the item can be opened
This changes the signature of IsOpenableProfession -
Gather skill levels on both classic and retail
Fixes #14 -
Expose profession skill lines
These will come in handy later -
Add note on how we gather the profession categories
-
Merge the data tables and use expansion enums
-
Key profession categories using existing enums
-
Make data private to avoid manipulation
-
Added skill for inscription in for Classic (#50)
-
Update Interface version (#49)
Co-authored-by: p3lim [email protected] -
Don't load libs in dev
-
Update version
-
Bump packager, dropping specific game versions
-
Use multitoc only, and update suffixes
-
Update Interface version (#48)
Co-authored-by: p3lim [email protected] -
Update Interface version (#47)
Co-authored-by: p3lim [email protected] -
Update Interface version (#44)
Co-authored-by: p3lim [email protected] -
Update license (#46)
Co-authored-by: p3lim [email protected] -
Update version
-
Add 9.2 items
-
Add lockboxes added in 9.1
-
Shadowlands lockboxes were renamed at some point
-
Fix ID for Tiny Titanium Lockbox
Fixes #45 -
Update tag
-
Update Interface version (#43)
Co-authored-by: p3lim [email protected] -
Update Interface version (#42)
Co-authored-by: p3lim [email protected] -
We no longer need to authenticate to use the version action
-
Update Interface version (#41)
Co-authored-by: p3lim [email protected] -
Update tag
-
Fix matching against shirts
-
Fix matching against 2h maces
-
Update version update workflow
-
Update version
-
Split TOC files and update release workflow
-
Update Interface version (#38)
Co-authored-by: p3lim [email protected] -
Fix sparse changelogs on releases
-
Update version
-
Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 -
Update workflows and add BCC
-
Update version
-
Add BCC prospecting support and update lockboxes
-
Update Classic Interface version
Conflicts:
LibProcessable.toc
-
Add BCC support
-
Update Interface version (#37)
Co-authored-by: p3lim [email protected] -
Update workflows
-
Update Interface version layout
-
Shirts and cosmetics cannot be disenchanted
-
Update license (#36)
Co-authored-by: p3lim [email protected] -
Update version
-
Add support for disenchanting Shadowlands profession world quest items
-
Update version
-
Update Interface version
-
Make sure the item is valid
Fixes #35 -
Update version
-
Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 -
Update version
-
Fix indentation
-
Update lockboxes and profession picks
-
Update docs with notes
-
Update version
-
Update Interface version (again)
-
Clean up pkgmeta
-
Dump a diff before we try to push docs
-
Update version
-
Fix IsOpenable itemLink support
-
Add engineering "lockpicks"
-
Adjust for Shadowlands lockpick levels
Some are still missing info for -
Update/add commends and generalize the lockpick functions
-
Update docs workflow
-
Update license (#34)
Co-authored-by: p3lim [email protected]
56
Lib: Processable
56 (2022-10-03)
Full Changelog Previous Releases
- Update version
- Update Interface version (#51)
Co-authored-by: p3lim [email protected] - Fix for invalid professions on classic
- Drop duplicate classic checks
- Add check for classic/tbc/wrath professions
They don't have any of the tradeskill API.
Ref p3lim-wow/Molinari#67 - Update README
- Lint pass
- Add preliminary support for Dragonflight
- Add support for Kevin's Keyring
- Add support for wrath
Ref p3lim-wow/Molinari#67 - Update IsMillable docs to match signature
- Use skill level to determine prospectable state
- Use skill level to determine millable state
- Fix laestrite skeleton key lockpick level
- Fix inscription item lockpick level
- Use skill level to check if the item can be opened
This changes the signature of IsOpenableProfession - Gather skill levels on both classic and retail
Fixes #14 - Expose profession skill lines
These will come in handy later - Add note on how we gather the profession categories
- Merge the data tables and use expansion enums
- Key profession categories using existing enums
- Make data private to avoid manipulation
- Added skill for inscription in for Classic (#50)
- Update Interface version (#49)
Co-authored-by: p3lim [email protected] - Don't load libs in dev
- Update version
- Bump packager, dropping specific game versions
- Use multitoc only, and update suffixes
- Update Interface version (#48)
Co-authored-by: p3lim [email protected] - Update Interface version (#47)
Co-authored-by: p3lim [email protected] - Update Interface version (#44)
Co-authored-by: p3lim [email protected] - Update license (#46)
Co-authored-by: p3lim [email protected] - Update version
- Add 9.2 items
- Add lockboxes added in 9.1
- Shadowlands lockboxes were renamed at some point
- Fix ID for Tiny Titanium Lockbox
Fixes #45 - Update tag
- Update Interface version (#43)
Co-authored-by: p3lim [email protected] - Update Interface version (#42)
Co-authored-by: p3lim [email protected] - We no longer need to authenticate to use the version action
- Update Interface version (#41)
Co-authored-by: p3lim [email protected] - Update tag
- Fix matching against shirts
- Fix matching against 2h maces
- Update version update workflow
- Update version
- Split TOC files and update release workflow
- Update Interface version (#38)
Co-authored-by: p3lim [email protected] - Fix sparse changelogs on releases
- Update version
- Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 - Update workflows and add BCC
- Update version
- Add BCC prospecting support and update lockboxes
- Update Classic Interface version
Conflicts:
LibProcessable.toc
- Add BCC support
- Update Interface version (#37)
Co-authored-by: p3lim [email protected] - Update workflows
- Update Interface version layout
- Shirts and cosmetics cannot be disenchanted
- Update license (#36)
Co-authored-by: p3lim [email protected] - Update version
- Add support for disenchanting Shadowlands profession world quest items
- Update version
- Update Interface version
- Make sure the item is valid
Fixes #35 - Update version
- Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 - Update version
- Fix indentation
- Update lockboxes and profession picks
- Update docs with notes
- Update version
- Update Interface version (again)
- Clean up pkgmeta
- Dump a diff before we try to push docs
- Update version
- Fix IsOpenable itemLink support
- Add engineering "lockpicks"
- Adjust for Shadowlands lockpick levels
Some are still missing info for - Update/add commends and generalize the lockpick functions
- Update docs workflow
- Update license (#34)
Co-authored-by: p3lim [email protected] - Add license updater workflow
- Add alpha artifact workflow
- Update release workflow, publish to GitHub
- Update issue templates
- Update Interface version
- Add note for later
- Add Shadowlands items
- Add missing older profession categories
- Add Shadowlands profession categories
- Drop the symlinks, filter lua errors instead
- Update version
- Fix release for retail
- Use latest packager
- Remove artifacts from an even older build system
- Update version
- Add fallback values for Shadowlands
55
Lib: Processable
55 (2022-02-22)
Full Changelog Previous Releases
- Update version
- Bump packager, dropping specific game versions
- Use multitoc only, and update suffixes
- Update Interface version (#48)
Co-authored-by: p3lim [email protected] - Update Interface version (#47)
Co-authored-by: p3lim [email protected] - Update Interface version (#44)
Co-authored-by: p3lim [email protected] - Update license (#46)
Co-authored-by: p3lim [email protected] - Update version
- Add 9.2 items
- Add lockboxes added in 9.1
- Shadowlands lockboxes were renamed at some point
- Fix ID for Tiny Titanium Lockbox
Fixes #45 - Update tag
- Update Interface version (#43)
Co-authored-by: p3lim [email protected] - Update Interface version (#42)
Co-authored-by: p3lim [email protected] - We no longer need to authenticate to use the version action
- Update Interface version (#41)
Co-authored-by: p3lim [email protected] - Update tag
- Fix matching against shirts
- Fix matching against 2h maces
- Update version update workflow
- Update version
- Split TOC files and update release workflow
- Update Interface version (#38)
Co-authored-by: p3lim [email protected] - Fix sparse changelogs on releases
- Update version
- Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 - Update workflows and add BCC
- Update version
- Add BCC prospecting support and update lockboxes
- Update Classic Interface version
Conflicts:
LibProcessable.toc
- Add BCC support
- Update Interface version (#37)
Co-authored-by: p3lim [email protected] - Update workflows
- Update Interface version layout
- Shirts and cosmetics cannot be disenchanted
- Update license (#36)
Co-authored-by: p3lim [email protected] - Update version
- Add support for disenchanting Shadowlands profession world quest items
- Update version
- Update Interface version
- Make sure the item is valid
Fixes #35 - Update version
- Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 - Update version
- Fix indentation
- Update lockboxes and profession picks
- Update docs with notes
- Update version
- Update Interface version (again)
- Clean up pkgmeta
- Dump a diff before we try to push docs
- Update version
- Fix IsOpenable itemLink support
- Add engineering "lockpicks"
- Adjust for Shadowlands lockpick levels
Some are still missing info for - Update/add commends and generalize the lockpick functions
- Update docs workflow
- Update license (#34)
Co-authored-by: p3lim [email protected] - Add license updater workflow
- Add alpha artifact workflow
- Update release workflow, publish to GitHub
- Update issue templates
- Update Interface version
- Add note for later
- Add Shadowlands items
- Add missing older profession categories
- Add Shadowlands profession categories
- Drop the symlinks, filter lua errors instead
- Update version
- Fix release for retail
- Use latest packager
- Remove artifacts from an even older build system
- Update version
- Add fallback values for Shadowlands
- Rename constant
- Update Interface version for Classic
- Replace CircleCI with GitHub Actions
- Update version
- Fix classic client detection
Fixes #33 - Update Interface versions and release for classic
- Update version
- Update LibStub embed source
- Add support for Skeleton Pinkie, Mechagnome racial
- Update version
- Merge pull request #30 from rainfordays/patch-1
Update LibProcessable.lua - Update LibProcessable.lua
Change build info to fix lua error upon login - Update version
- Simplify the classic profession check
Might not be accurate or complete - Update version
- Fix inconsistencies
- Update version
- Fix issue with spells we don't know
Fixes p3lim-wow/Molinari#35 - Update version
- Add support for Classic (1.13.2)
- Update version
- Add 8.2 ores and herbs
- Merge pull request #16 from deNoor/master
Added Barnacled Lockbox (lockpicking) - Added Barnacled Lockbox (lockpicking)
- Add Runic Core as a prospectable item
Fixes p3lim-wow/Molinari#31 - Update docs
- Update docs
54
Lib: Processable
54 (2021-12-22)
Full Changelog Previous Releases
- Update version
- Add 9.2 items
- Add lockboxes added in 9.1
- Shadowlands lockboxes were renamed at some point
- Fix ID for Tiny Titanium Lockbox
Fixes #45 - Update tag
- Update Interface version (#43)
Co-authored-by: p3lim [email protected] - Update Interface version (#42)
Co-authored-by: p3lim [email protected] - We no longer need to authenticate to use the version action
- Update Interface version (#41)
Co-authored-by: p3lim [email protected] - Update tag
- Fix matching against shirts
- Fix matching against 2h maces
- Update version update workflow
- Update version
- Split TOC files and update release workflow
- Update Interface version (#38)
Co-authored-by: p3lim [email protected] - Fix sparse changelogs on releases
- Update version
- Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 - Update workflows and add BCC
- Update version
- Add BCC prospecting support and update lockboxes
- Update Classic Interface version
Conflicts:
LibProcessable.toc
- Add BCC support
- Update Interface version (#37)
Co-authored-by: p3lim [email protected] - Update workflows
- Update Interface version layout
- Shirts and cosmetics cannot be disenchanted
- Update license (#36)
Co-authored-by: p3lim [email protected] - Update version
- Add support for disenchanting Shadowlands profession world quest items
- Update version
- Update Interface version
- Make sure the item is valid
Fixes #35 - Update version
- Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 - Update version
- Fix indentation
- Update lockboxes and profession picks
- Update docs with notes
- Update version
- Update Interface version (again)
- Clean up pkgmeta
- Dump a diff before we try to push docs
- Update version
- Fix IsOpenable itemLink support
- Add engineering "lockpicks"
- Adjust for Shadowlands lockpick levels
Some are still missing info for - Update/add commends and generalize the lockpick functions
- Update docs workflow
- Update license (#34)
Co-authored-by: p3lim [email protected] - Add license updater workflow
- Add alpha artifact workflow
- Update release workflow, publish to GitHub
- Update issue templates
- Update Interface version
- Add note for later
- Add Shadowlands items
- Add missing older profession categories
- Add Shadowlands profession categories
- Drop the symlinks, filter lua errors instead
- Update version
- Fix release for retail
- Use latest packager
- Remove artifacts from an even older build system
- Update version
- Add fallback values for Shadowlands
- Rename constant
- Update Interface version for Classic
- Replace CircleCI with GitHub Actions
- Update version
- Fix classic client detection
Fixes #33 - Update Interface versions and release for classic
- Update version
- Update LibStub embed source
- Add support for Skeleton Pinkie, Mechagnome racial
- Update version
- Merge pull request #30 from rainfordays/patch-1
Update LibProcessable.lua - Update LibProcessable.lua
Change build info to fix lua error upon login - Update version
- Simplify the classic profession check
Might not be accurate or complete - Update version
- Fix inconsistencies
- Update version
- Fix issue with spells we don't know
Fixes p3lim-wow/Molinari#35 - Update version
- Add support for Classic (1.13.2)
- Update version
- Add 8.2 ores and herbs
- Merge pull request #16 from deNoor/master
Added Barnacled Lockbox (lockpicking) - Added Barnacled Lockbox (lockpicking)
- Add Runic Core as a prospectable item
Fixes p3lim-wow/Molinari#31 - Update docs
- Update docs
- Replace TravisCI with CircleCI
- Update version
- Update docs
- Add lib:GetProfessionCategories
It was kind of convenient, and doesn't require the mess of #14 - Add support for Scroll of Unlocking (Inscription)
- Fix IsOpenableProfession
Regressions from 946a291 - No more castrated sheep
53
Lib: Processable
53 (2021-11-03)
Full Changelog Previous Releases
- Update tag
- Update Interface version (#43)
Co-authored-by: p3lim [email protected] - Update Interface version (#42)
Co-authored-by: p3lim [email protected] - We no longer need to authenticate to use the version action
- Update Interface version (#41)
Co-authored-by: p3lim [email protected] - Update tag
- Fix matching against shirts
- Fix matching against 2h maces
- Update version update workflow
- Update version
- Split TOC files and update release workflow
- Update Interface version (#38)
Co-authored-by: p3lim [email protected] - Fix sparse changelogs on releases
- Update version
- Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 - Update workflows and add BCC
- Update version
- Add BCC prospecting support and update lockboxes
- Update Classic Interface version
Conflicts:
LibProcessable.toc
- Add BCC support
- Update Interface version (#37)
Co-authored-by: p3lim [email protected] - Update workflows
- Update Interface version layout
- Shirts and cosmetics cannot be disenchanted
- Update license (#36)
Co-authored-by: p3lim [email protected] - Update version
- Add support for disenchanting Shadowlands profession world quest items
- Update version
- Update Interface version
- Make sure the item is valid
Fixes #35 - Update version
- Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 - Update version
- Fix indentation
- Update lockboxes and profession picks
- Update docs with notes
- Update version
- Update Interface version (again)
- Clean up pkgmeta
- Dump a diff before we try to push docs
- Update version
- Fix IsOpenable itemLink support
- Add engineering "lockpicks"
- Adjust for Shadowlands lockpick levels
Some are still missing info for - Update/add commends and generalize the lockpick functions
- Update docs workflow
- Update license (#34)
Co-authored-by: p3lim [email protected] - Add license updater workflow
- Add alpha artifact workflow
- Update release workflow, publish to GitHub
- Update issue templates
- Update Interface version
- Add note for later
- Add Shadowlands items
- Add missing older profession categories
- Add Shadowlands profession categories
- Drop the symlinks, filter lua errors instead
- Update version
- Fix release for retail
- Use latest packager
- Remove artifacts from an even older build system
- Update version
- Add fallback values for Shadowlands
- Rename constant
- Update Interface version for Classic
- Replace CircleCI with GitHub Actions
- Update version
- Fix classic client detection
Fixes #33 - Update Interface versions and release for classic
- Update version
- Update LibStub embed source
- Add support for Skeleton Pinkie, Mechagnome racial
- Update version
- Merge pull request #30 from rainfordays/patch-1
Update LibProcessable.lua - Update LibProcessable.lua
Change build info to fix lua error upon login - Update version
- Simplify the classic profession check
Might not be accurate or complete - Update version
- Fix inconsistencies
- Update version
- Fix issue with spells we don't know
Fixes p3lim-wow/Molinari#35 - Update version
- Add support for Classic (1.13.2)
- Update version
- Add 8.2 ores and herbs
- Merge pull request #16 from deNoor/master
Added Barnacled Lockbox (lockpicking) - Added Barnacled Lockbox (lockpicking)
- Add Runic Core as a prospectable item
Fixes p3lim-wow/Molinari#31 - Update docs
- Update docs
- Replace TravisCI with CircleCI
- Update version
- Update docs
- Add lib:GetProfessionCategories
It was kind of convenient, and doesn't require the mess of #14 - Add support for Scroll of Unlocking (Inscription)
- Fix IsOpenableProfession
Regressions from 946a291 - No more castrated sheep
- Update version
- I give up
See issue #14 for more information - Update version
- Fix blacksmithing outland category ID
Fixes p3lim-wow/Molinari#29 - Don't attempt to gather data for secondary professions
Fixes p3lim-wow/Molinari#27
52
Lib: Processable
52 (2021-07-23)
Full Changelog Previous Releases
- Update tag
- Fix matching against shirts
- Fix matching against 2h maces
- Update version update workflow
- Update version
- Split TOC files and update release workflow
- Update Interface version (#38)
Co-authored-by: p3lim [email protected] - Fix sparse changelogs on releases
- Update version
- Create a valid index on classic when jewelcraft doesn't exist
Fixes p3lim-wow/Molinari#55 - Update workflows and add BCC
- Update version
- Add BCC prospecting support and update lockboxes
- Update Classic Interface version
Conflicts:
LibProcessable.toc
- Add BCC support
- Update Interface version (#37)
Co-authored-by: p3lim [email protected] - Update workflows
- Update Interface version layout
- Shirts and cosmetics cannot be disenchanted
- Update license (#36)
Co-authored-by: p3lim [email protected] - Update version
- Add support for disenchanting Shadowlands profession world quest items
- Update version
- Update Interface version
- Make sure the item is valid
Fixes #35 - Update version
- Add all lockboxes, regardless of availability
Some thought to be unobtainable are still being found by players,
so just add them all to be safe.
Also sorted the list.
Fixes p3lim-wow/Molinari#47 - Update version
- Fix indentation
- Update lockboxes and profession picks
- Update docs with notes
- Update version
- Update Interface version (again)
- Clean up pkgmeta
- Dump a diff before we try to push docs
- Update version
- Fix IsOpenable itemLink support
- Add engineering "lockpicks"
- Adjust for Shadowlands lockpick levels
Some are still missing info for - Update/add commends and generalize the lockpick functions
- Update docs workflow
- Update license (#34)
Co-authored-by: p3lim [email protected] - Add license updater workflow
- Add alpha artifact workflow
- Update release workflow, publish to GitHub
- Update issue templates
- Update Interface version
- Add note for later
- Add Shadowlands items
- Add missing older profession categories
- Add Shadowlands profession categories
- Drop the symlinks, filter lua errors instead
- Update version
- Fix release for retail
- Use latest packager
- Remove artifacts from an even older build system
- Update version
- Add fallback values for Shadowlands
- Rename constant
- Update Interface version for Classic
- Replace CircleCI with GitHub Actions
- Update version
- Fix classic client detection
Fixes #33 - Update Interface versions and release for classic
- Update version
- Update LibStub embed source
- Add support for Skeleton Pinkie, Mechagnome racial
- Update version
- Merge pull request #30 from rainfordays/patch-1
Update LibProcessable.lua - Update LibProcessable.lua
Change build info to fix lua error upon login - Update version
- Simplify the classic profession check
Might not be accurate or complete - Update version
- Fix inconsistencies
- Update version
- Fix issue with spells we don't know
Fixes p3lim-wow/Molinari#35 - Update version
- Add support for Classic (1.13.2)
- Update version
- Add 8.2 ores and herbs
- Merge pull request #16 from deNoor/master
Added Barnacled Lockbox (lockpicking) - Added Barnacled Lockbox (lockpicking)
- Add Runic Core as a prospectable item
Fixes p3lim-wow/Molinari#31 - Update docs
- Update docs
- Replace TravisCI with CircleCI
- Update version
- Update docs
- Add lib:GetProfessionCategories
It was kind of convenient, and doesn't require the mess of #14 - Add support for Scroll of Unlocking (Inscription)
- Fix IsOpenableProfession
Regressions from 946a291 - No more castrated sheep
- Update version
- I give up
See issue #14 for more information - Update version
- Fix blacksmithing outland category ID
Fixes p3lim-wow/Molinari#29 - Don't attempt to gather data for secondary professions
Fixes p3lim-wow/Molinari#27 - Update version
- Enable BfA herbs and ores
- Update version
- Play nice with the TSM crafting frame if it's shown
- TradeSkillMaster doing some weird stuff