Sitelet
https://github.com/NativeScript/ios/commits/main/NativeScript
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
ios
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
42
Star
149
Code
Issues
51
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ios
NativeScript
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 25, 2026
feat(runtime): DOMException and CustomEvent as lazy globals (#452)
edusperoni
authored
d7bf2c7
View commit details
Copy full SHA for d7bf2c7
View code at this point
Browse repository at this point
feat(runtime): lazy-global tier with native TextEncoder/TextDecoder and atob/btoa (#448)
edusperoni
authored
ac195f0
View commit details
Copy full SHA for ac195f0
View code at this point
Browse repository at this point
fix(runtime): correct allocator use and ownership metadata in wrapper teardown
Show description for addf287
edusperoni
committed
addf287
View commit details
Copy full SHA for addf287
View code at this point
Browse repository at this point
fix(runtime): plug native memory leaks found by Instruments
Show description for 8080bc0
edusperoni
committed
8080bc0
View commit details
Copy full SHA for 8080bc0
View code at this point
Browse repository at this point
Commits on Aug 24, 2026
feat(runtime): requestAnimationFrame and Android-parity frame callbacks (#446)
edusperoni
authored
e9ce46e
View commit details
Copy full SHA for e9ce46e
View code at this point
Browse repository at this point
feat(runtime): add AbortController and AbortSignal (#447)
edusperoni
authored
292a9e3
View commit details
Copy full SHA for 292a9e3
View code at this point
Browse repository at this point
feat(runtime): expose timers under the standard global names
Show description for 9399899
edusperoni
committed
9399899
View commit details
Copy full SHA for 9399899
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
fix: loader additional hardening (#443) (#444)
edusperoni
authored
f1b0e4d
View commit details
Copy full SHA for f1b0e4d
View code at this point
Browse repository at this point
fix(runtime): lock process-global caches shared across isolates
Show description for 3a6332a
edusperoni
committed
3a6332a
View commit details
Copy full SHA for 3a6332a
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
fix(runtime): loader callbacks throw TypeErrors on invalid input
Show description for ee51d74
edusperoni
committed
ee51d74
View commit details
Copy full SHA for ee51d74
View code at this point
Browse repository at this point
docs: rewrite ns-builtin-modules as a module reference
Show description for b4b8d8e
edusperoni
committed
b4b8d8e
View commit details
Copy full SHA for b4b8d8e
View code at this point
Browse repository at this point
fix(runtime): configureLoader volatilePatterns replaces wholesale, empty included
Show description for 828d913
edusperoni
committed
828d913
View commit details
Copy full SHA for 828d913
View code at this point
Browse repository at this point
feat: ESM resolver hardening, HTTP module loader, ns:module dev surface (#383)
Show description for c5e9886
NathanWalker
and
edusperoni
authored
c5e9886
View commit details
Copy full SHA for c5e9886
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
feat(runtime): typed per-isolate state slots on Caches
Show description for abe7ffe
edusperoni
committed
abe7ffe
View commit details
Copy full SHA for abe7ffe
View code at this point
Browse repository at this point
Commits on Aug 15, 2026
fix(inspector): answer the Tracing domain off the JS thread, stop swapping the trace buffer
Show description for b68a963
edusperoni
committed
b68a963
View commit details
Copy full SHA for b68a963
View code at this point
Browse repository at this point
fix(inspector): make the Tracing domain protocol-correct and faster
Show description for 87ab586
edusperoni
committed
87ab586
View commit details
Copy full SHA for 87ab586
View code at this point
Browse repository at this point
fix(console): find custom toString on deep prototype chains
Show description for 3d178e7
edusperoni
committed
3d178e7
View commit details
Copy full SHA for 3d178e7
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
perf: convert strings across the V8/Obj-C bridge without the UTF-8 round trip (#442)
Show description for bfc6c5e
edusperoni
authored
bfc6c5e
View commit details
Copy full SHA for bfc6c5e
View code at this point
Browse repository at this point
fix(napi): enter the env's context around async-work completion
Show description for 3645898
edusperoni
committed
3645898
View commit details
Copy full SHA for 3645898
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
perf(metadata): small size reductions in metadata.bin (#434)
edusperoni
authored
ba922a7
View commit details
Copy full SHA for ba922a7
View code at this point
Browse repository at this point
fix: delete self-owned URL wrappers at isolate teardown (#438)
edusperoni
authored
73e22b5
View commit details
Copy full SHA for 73e22b5
View code at this point
Browse repository at this point
feat: Node-API (napi) surface for plugin developers (#437)
edusperoni
authored
3900e1c
View commit details
Copy full SHA for 3900e1c
View code at this point
Browse repository at this point
feat: per-runtime EventLoop - v8 platform tasks + two-lane scheduler (CFRunLoop timer/source) (#439)
edusperoni
authored
4a90925
View commit details
Copy full SHA for 4a90925
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
fix(performance): treat a null measure() options argument as absent
Show description for 4af8d21
edusperoni
committed
4af8d21
View commit details
Copy full SHA for 4af8d21
View code at this point
Browse repository at this point
fix: clear pending exception before rejecting a builtin dynamic import
Show description for 3232fb5
edusperoni
committed
3232fb5
View commit details
Copy full SHA for 3232fb5
View code at this point
Browse repository at this point
fix(inspect): bound Map/Set iteration and harden proxy handling
Show description for 9bebe69
edusperoni
committed
9bebe69
View commit details
Copy full SHA for 9bebe69
View code at this point
Browse repository at this point
feat(performance): structured-clone mark/measure detail per spec
Show description for 6dd5523
edusperoni
committed
6dd5523
View commit details
Copy full SHA for 6dd5523
View code at this point
Browse repository at this point
fix: stop over-releasing objects wrapped from a raw pointer (#432)
edusperoni
authored
bddaacb
View commit details
Copy full SHA for bddaacb
View code at this point
Browse repository at this point
feat: structuredClone global (HTML structured clone, ArrayBuffer transfer) (#431)
edusperoni
authored
5ad8bb1
View commit details
Copy full SHA for 5ad8bb1
View code at this point
Browse repository at this point
feat: WHATWG performance API (hr-time, user timing, performance timeline) (#430)
edusperoni
authored
e338870
View commit details
Copy full SHA for e338870
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
feat: guard released-native-object access behind a policy (ns:runtime)
Show description for 4193a8e
edusperoni
committed
4193a8e
View commit details
Copy full SHA for 4193a8e
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
feat: scope worker-created extended class names to their isolate (#428)
edusperoni
authored
77b1ea3
View commit details
Copy full SHA for 77b1ea3
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
fix(url): resync cached searchParams when search/href changes (#422)
edusperoni
authored
10547cc
View commit details
Copy full SHA for 10547cc
View code at this point
Browse repository at this point
feat: ns:util builtin module (inspect, format) (#418)
Show description for 22226ba
NathanWalker
authored
22226ba
View commit details
Copy full SHA for 22226ba
View code at this point
Browse repository at this point
feat: budgeted console formatter (inspect builtin) (#416)
Show description for 5e40702
NathanWalker
authored
5e40702
View commit details
Copy full SHA for 5e40702
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.