0.5.6 Release Notes
Contributions made by Crieve:
* Moved the Jewelcrafting recipe definitions from Kara and Hyjal into the Jewelcrafting Professions file.
* Removed more designs to the Jewelcrafting file.
* Added a section in the Jewelcrafting file for never implemented recipes.
* Added all Jewelcrafting recipes through Retail Shadowlands. (now to clean up the removed/renamed ones)
* Added a DISCOVERY header constant.
* Added the CategoryDB file. This file gets exported by Parser now and only includes categories that have references. Parser no longer writes a brand new export date every time it builds Categories.lua.
* Added the icons to the CategoryDB.
* Added the Object DB. The names, icons, and models are compiled using Parser and only the references used in the build environment are included in the db folder.
* Apparently forgot to include the part where it excludes unreferenced objects.
* Restructured Enchanting. (Still a lot of work needs to be done for recipes)
* Updated Category IDs for tradeskills to match Retail ATT.
* Updated all of the Classic professions to utilize Retail's Category ID assignments.
* Added icons to the category DB
* Synchronized the CategoryDB file.
* Removed some removed from game JS recipes. Also made it so that Parser creates empty icon texture indexes for new categories in Debug Mode, which will allow you to quickly find the ones missing an icon.
* Added a whole bunch of icons for the new category DB. (Someone else can do the rest, I'm done for now!)
* Marked some Tailoring quests removed from game. Updated the Tailoring profession. Parser should now checks the Categories, CategoryDB, and ObjectDB files for an exact match before writing to the file.
* Wrote my own Insertion Sort because the default table.sort function is garbage.
* Added a bunch of information for all of the Professions. (still a WIP)
* With the new Jewelcrafting Recipe section, explicit definition in the individual zones is no longer required. Applied the recipe update for Classic Jewelcrafting.
* Oof, actually still need those expansion modifiers.
* Applying the same for Dawnstone Crab and Enduring Deep Peridot.
* The IDs for this one swapped for some reason.
* Removed some nonsense non-sources for some Jewelcrafting recipes.
* Verified the vendor recipes in Hellfire Peninsula. (and found some bad information as a result!)
* Ensured that all Jewelcrafting recipes were properly marked TBC Only. Found a huge chunk of crap in Shatt that needs to be purged/sorted.
* Removed all of the Wrath JC recipes from Shattrath... for now.
* Testing out some new formating on the Underbog.
* Updated the Underbog and its associated quests with the format I'd like to use going forward for when Blizzard butchers loot tables.
* You know, my last commit would be better if I actually included the Parser update that I wrote to test it.

