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 }}
visini
/
literal
Public
forked from
yippee-fun/literal
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
Branch selector
main
User selector
All users
All time
Commit history
Commits on Dec 17, 2024
Fix tests
joeldrapper
committed
83542dc
View commit details
Copy full SHA for 83542dc
Browse repository at this point
Update Gemfile
joeldrapper
committed
4af029d
View commit details
Copy full SHA for 4af029d
Browse repository at this point
Switch to assert-style tests (#260)
joeldrapper
authored
b563e0e
View commit details
Copy full SHA for b563e0e
Browse repository at this point
Commits on Dec 13, 2024
Remove the option to disable checks (#259)
joeldrapper
authored
951291d
View commit details
Copy full SHA for 951291d
Browse repository at this point
Commits on Dec 12, 2024
Update README.md (#258)
Show description for 3a5bd0f
danielmyasnikov
authored
3a5bd0f
View commit details
Copy full SHA for 3a5bd0f
Browse repository at this point
Literal::Enum#to_s (#257)
joeldrapper
authored
2c1852b
View commit details
Copy full SHA for 2c1852b
Browse repository at this point
Commits on Dec 11, 2024
Make Rails EnumType handle serializing pre-serialized values (#256)
Show description for c7f8fbe
joeldrapper
and
fractaledmind
authored
c7f8fbe
View commit details
Copy full SHA for c7f8fbe
Browse repository at this point
Commits on Dec 10, 2024
Make it possible to use `Literal::Null` in a case statement
joeldrapper
committed
475cec2
View commit details
Copy full SHA for 475cec2
Browse repository at this point
Simplify Rails type registration
joeldrapper
committed
dbc6bef
View commit details
Copy full SHA for dbc6bef
Browse repository at this point
Support predicate properties in Literal enums
joeldrapper
committed
8ad68fe
View commit details
Copy full SHA for 8ad68fe
Browse repository at this point
Update literal.gemspec
joeldrapper
committed
758fef1
View commit details
Copy full SHA for 758fef1
Browse repository at this point
Update version.rb
joeldrapper
committed
5fe1974
View commit details
Copy full SHA for 5fe1974
Browse repository at this point
Commits on Dec 9, 2024
Literal::Enum#to_h should yield members, not values (#253)
joeldrapper
authored
97bd071
View commit details
Copy full SHA for 97bd071
Browse repository at this point
Commits on Dec 8, 2024
Literal::Array#product
Show description for 43f7be5
joeldrapper
committed
43f7be5
View commit details
Copy full SHA for 43f7be5
Browse repository at this point
Alias `initialize_copy` to `replace`
Show description for 3780626
joeldrapper
committed
3780626
View commit details
Copy full SHA for 3780626
Browse repository at this point
Commits on Dec 6, 2024
Stop freezing Literal::Data properties (#252)
joeldrapper
authored
3370350
View commit details
Copy full SHA for 3370350
Browse repository at this point
Commits on Dec 5, 2024
unique enum values (#250)
Vagab
authored
63dcaf9
View commit details
Copy full SHA for 63dcaf9
Browse repository at this point
`Enum#to_h` (#249)
Vagab
authored
d816911
View commit details
Copy full SHA for d816911
Browse repository at this point
Commits on Dec 4, 2024
Fix data property dup (#248)
Vagab
authored
8da5d29
View commit details
Copy full SHA for 8da5d29
Browse repository at this point
Commits on Dec 3, 2024
save (#246)
Vagab
authored
df92a58
View commit details
Copy full SHA for df92a58
Browse repository at this point
save (#247)
Vagab
authored
446af49
View commit details
Copy full SHA for 446af49
Browse repository at this point
Commits on Dec 2, 2024
Literal::Array#shuffle!
Show description for e9ef4b6
joeldrapper
committed
e9ef4b6
View commit details
Copy full SHA for e9ef4b6
Browse repository at this point
Literal::Array#shuffle
joeldrapper
committed
00ced4a
View commit details
Copy full SHA for 00ced4a
Browse repository at this point
Literal::Array#take
Show description for f1354df
joeldrapper
committed
f1354df
View commit details
Copy full SHA for f1354df
Browse repository at this point
Literal::Array#rotate
Show description for 11f94d1
joeldrapper
committed
11f94d1
View commit details
Copy full SHA for 11f94d1
Browse repository at this point
Literal::Array#rotate!
Show description for a413ffb
joeldrapper
committed
a413ffb
View commit details
Copy full SHA for a413ffb
Browse repository at this point
Literal::Array#include?
Show description for db15921
joeldrapper
committed
db15921
View commit details
Copy full SHA for db15921
Browse repository at this point
Literal::Array#pack
Show description for 7877657
joeldrapper
committed
7877657
View commit details
Copy full SHA for 7877657
Browse repository at this point
Literal::Array#hash
Show description for f9b467f
joeldrapper
committed
f9b467f
View commit details
Copy full SHA for f9b467f
Browse repository at this point
Commits on Nov 29, 2024
Bump to 1.3.0
joeldrapper
committed
40c57ba
View commit details
Copy full SHA for 40c57ba
Browse repository at this point
Deferred type (#244)
joeldrapper
authored
ea1d910
View commit details
Copy full SHA for ea1d910
Browse repository at this point
Commits on Nov 28, 2024
Implements `#join`, `#keep_if` (#243)
Show description for 8272890
hslzr
authored
8272890
View commit details
Copy full SHA for 8272890
Browse repository at this point
Implements #intersect? method (#242)
Show description for a68a750
hslzr
authored
a68a750
View commit details
Copy full SHA for a68a750
Browse repository at this point
Implement #select and #select! (#241)
Show description for 888afa5
hslzr
authored
888afa5
View commit details
Copy full SHA for 888afa5
Browse repository at this point
Literal::Array<T>#index
joeldrapper
committed
f697c23
View commit details
Copy full SHA for f697c23
Browse repository at this point
Previous
Next
You canβt perform that action at this time.