Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ELanning
/
FacilityJavaScript
Public
forked from
FacilityApi/FacilityJavaScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
FacilityJavaScript
src
on
master
User selector
All users
All time
Commit history
Commits on Apr 22, 2026
Add support for route-specific body limits in Fastify plugins
mitchknife
committed
1250324
View commit details
Copy full SHA for 1250324
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
Refactor error and response handling in Fastify plugins
Show description for acfd100
mitchknife
committed
acfd100
View commit details
Copy full SHA for acfd100
View code at this point
Browse repository at this point
Use preferred `FastifyReply.code()` instead of `FastifyReply.status()`.
mitchknife
committed
53d54c7
View commit details
Copy full SHA for 53d54c7
View code at this point
Browse repository at this point
Fix typo.
mitchknife
committed
04f0ea2
View commit details
Copy full SHA for 04f0ea2
View code at this point
Browse repository at this point
Write full fastify responses out.
Show description for 2efc85e
mitchknife
committed
2efc85e
View commit details
Copy full SHA for 2efc85e
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
Add fastify handlers for `4xx` and `5xx`.
mitchknife
committed
66c7ac9
View commit details
Copy full SHA for 66c7ac9
View code at this point
Browse repository at this point
Commits on Nov 20, 2025
Add TypeScript/JavaScript client support for SSE events (#75)
Copilot
authored
30a6e60
View commit details
Copy full SHA for 30a6e60
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
Add option to omit generated HTTP client code. (#74)
josephdangerstewart
authored
5d2083b
View commit details
Copy full SHA for 5d2083b
View code at this point
Browse repository at this point
Commits on May 23, 2025
Export generated HttpClient class.
Show description for 0fac164
ddunkin
committed
0fac164
View commit details
Copy full SHA for 0fac164
View code at this point
Browse repository at this point
Commits on Feb 12, 2025
Add "experimental" verbage to fastify plugin generation.
Show description for 72dc29d
mitchknife
committed
72dc29d
View commit details
Copy full SHA for 72dc29d
View code at this point
Browse repository at this point
Allow for request scoped service instances in fastify plugin.
mitchknife
committed
0366d33
View commit details
Copy full SHA for 0366d33
View code at this point
Browse repository at this point
Commits on Feb 10, 2025
Move helpers below plugin.
mitchknife
committed
36362e6
View commit details
Copy full SHA for 36362e6
View code at this point
Browse repository at this point
Fix fastify plugin type errors.
Show description for 3d5597f
mitchknife
committed
3d5597f
View commit details
Copy full SHA for 3d5597f
View code at this point
Browse repository at this point
Commits on Jan 13, 2025
Support float field type.
ejball
committed
17a31df
View commit details
Copy full SHA for 17a31df
View code at this point
Browse repository at this point
Commits on Nov 15, 2024
Allow tool to roll forward through major versions.
Show description for 653801b
ejball
committed
653801b
View commit details
Copy full SHA for 653801b
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
Support DTO required fields as not optional properties on interface in TS. (#69)
Show description for 265ace3
heymb
and
Michael Baldwin
authored
265ace3
View commit details
Copy full SHA for 265ace3
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
Ignore events for now.
ejball
committed
0df8f2e
View commit details
Copy full SHA for 0df8f2e
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
Enable use of external enums as URI and header params. (#65)
victorbush
authored
4928a03
View commit details
Copy full SHA for 4928a03
View code at this point
Browse repository at this point
Commits on May 21, 2024
Fix types file references when using file-name-suffix option . (#63)
victorbush
authored
e1a282a
View commit details
Copy full SHA for e1a282a
View code at this point
Browse repository at this point
Commits on May 17, 2024
Add file name suffix option (#61)
Show description for de9699f
victorbush
authored
de9699f
View commit details
Copy full SHA for de9699f
View code at this point
Browse repository at this point
Merge template/faithlife-build.
ejball
committed
761d526
View commit details
Copy full SHA for 761d526
View code at this point
Browse repository at this point
Commits on Jan 1, 2024
Don't use interpolated strings to prevent analysis warning.
Show description for 580c68b
mitchknife
committed
580c68b
View commit details
Copy full SHA for 580c68b
View code at this point
Browse repository at this point
Assume non-null value from `GetFieldType`.
mitchknife
committed
51f5c1f
View commit details
Copy full SHA for 51f5c1f
View code at this point
Browse repository at this point
Switch on `ServiceTypeKind`
Show description for a00bbc0
mitchknife
committed
a00bbc0
View commit details
Copy full SHA for a00bbc0
View code at this point
Browse repository at this point
Commits on Dec 30, 2023
Add JsonSchema support to fastify plugin.
Show description for 35be5b5
mitchknife
committed
35be5b5
View commit details
Copy full SHA for 35be5b5
View code at this point
Browse repository at this point
Commits on Dec 19, 2023
Run conformance js and ts fastify plugins together.
Show description for 0c72936
mitchknife
committed
0c72936
View commit details
Copy full SHA for 0c72936
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Add clarifying doc comments.
mitchknife
committed
c625c24
View commit details
Copy full SHA for c625c24
View code at this point
Browse repository at this point
Add service error handling support to fastify plugin.
mitchknife
committed
6102789
View commit details
Copy full SHA for 6102789
View code at this point
Browse repository at this point
Support case insensitive querystring keys in fastify plugin.
mitchknife
committed
c576130
View commit details
Copy full SHA for c576130
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
Only generate fastify plugin when option is supplied.
Show description for 6470f1d
mitchknife
committed
6470f1d
View commit details
Copy full SHA for 6470f1d
View code at this point
Browse repository at this point
Commits on Dec 16, 2023
Clean up plain js support.
mitchknife
committed
a7a77ef
View commit details
Copy full SHA for a7a77ef
View code at this point
Browse repository at this point
Consolidate duplicate code into local functions.
mitchknife
committed
862cc03
View commit details
Copy full SHA for 862cc03
View code at this point
Browse repository at this point
Generate separate copy of types for fastify plugin.
Show description for 0901688
mitchknife
committed
0901688
View commit details
Copy full SHA for 0901688
View code at this point
Browse repository at this point
Fill out codegen for fastify plugin.
Show description for ae6f3b9
mitchknife
committed
ae6f3b9
View commit details
Copy full SHA for ae6f3b9
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
Generate fastify plugin shell.
Show description for 724ddca
mitchknife
committed
724ddca
View commit details
Copy full SHA for 724ddca
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.