Skip to content
Snippets Groups Projects
Select Git revision
  • 1c736f2159d83184d6815f7595f8f042f175053b
  • master default protected
  • gh-pages
  • dependabot/npm_and_yarn/neostandard-0.12.2
  • dependabot/npm_and_yarn/eslint-plugin-prettier-5.5.1
  • dependabot/npm_and_yarn/eslint-9.30.1
  • dependabot/npm_and_yarn/cypress-14.5.1
  • dependabot/npm_and_yarn/eslint-plugin-import-2.32.0
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-51.3.4
  • dependabot/npm_and_yarn/mocha-11.7.1
  • dependabot/npm_and_yarn/typescript-eslint/parser-8.36.0
  • dependabot/npm_and_yarn/nock-14.0.5
  • dependabot/npm_and_yarn/react-19.1.0
  • dependabot/npm_and_yarn/react-dom-19.1.0
  • server-2025-02-01-6100669a
  • server-2024-11-01-87cba042
  • server-2024-10-01-6875b7c8
  • dependabot/npm_and_yarn/path-to-regexp-8.2.0
  • server-2024-09-01-3d52575c
  • daily-tests-gha2
  • daily-tests-gha
  • server-2025-07-01
  • 5.0.2
  • 5.0.1
  • 5.0.0
  • server-2025-06-01
  • server-2025-05-01
  • server-2025-04-03
  • server-2025-03-02
  • server-2025-03-01
  • server-2025-02-02
  • server-2025-01-01
  • server-2024-12-01
  • server-2024-11-02
  • 4.1.0
  • server-2024-09-25
  • server-2024-09-02
  • server-2024-08-01
  • server-2024-07-01
  • 4.0.0
  • server-2024-06-01
41 results

gatsby-node.js

Blame
  • user avatar
    chris48s authored and GitHub committed
    * Validate input to BadgeFactory.create() (#3875)
    
    * validate input to create()
    
    * remove deprecated properties (#3881)
    
    * remove BadgeFactory class (#3884)
    
    * Template literal templates (#4459)
    
    - Remove use of the doT template library and move to generating SVG output using javascript template literals.
    - Drop SVGO and mostly manually implement the optimisations.
    - Add a bunch more tests
    
    Co-authored-by: default avatarPaul Melnikow <github@paulmelnikow.com>
    
    * drop raster support in package CLI (#4523)
    
    * drop raster support in package CLI
    * update docs
    
    * rename gh-badges package to badge-maker
    
    * rename gh-badges dir to badge-maker
    
    * update relative imports and other refs to in parent dir
    
    'gh-badges' --> 'badge-maker'
    
    * update snyk service tests
    
    This change is only tangentially related
    
    We've used the shields repo as an example for these tests so
    moving files around in our repo has a knock-on effect on them
    
    * add missing type hints to dev style page
    
    * write the changelog/migration guide for v3
    
    * use extension in README CLI example
    
    * update CLI help
    
    whoops - missed this in #4523
    
    * bump version
    
    * update for self-hosting users
    
    * README updates
    
    * drop .format param from CLI, always output SVG
    
    * Change text[] to label and message, Remove JSON output
    
    - Change text[] to label and message
    - Fix message only badge
    - Remove JSON output format
    - Update the docs
    
    * update package-lock
    
    * rename 'template' to 'style'
    
    * handle invalid styles in coalesceBadge
    
    * ensure makeBadge is passed a string for template in coalesceBadge()
    
    issue #4925
    
    * fix (logo/no label text/label color specified) case
    
    issue #4926
    
    * add example of (logo/no label text/label color specified) to style debug page
    
    * update type defs
    
    * padding fix for FTB style
    
    Co-authored-by: default avatarPaul Melnikow <github@paulmelnikow.com>
    3ba05cb1
    History
    gatsby-node.js 1.33 KiB