gatsby-source-greenhouse-job-board
Version:
Gatsby source plugin for pulling offices, departments, and jobs into Gatsby from the Greenhouse Job Board API. It creates links between offices, departments, and jobs so they can be queried in Gatsby using GraphQL.
13 lines (8 loc) • 437 B
Plain Text
feat!: modernize plugin for Gatsby 5 (v2.0.0)
BREAKING CHANGE: Major version update requiring Gatsby 5+ and Node 18+
- Replace axios with native fetch API
- Remove gatsby-node-helpers, use native Gatsby APIs
- Update all dependencies to match Gatsby's versions
- Modernize error handling with reporter API
- Restore conflictFieldPrefix (gh_ prefix) for backward compatibility
- Add migration guide and breaking changes documentation