Nathan Walker
86fdf5810a
chore: types 8.2.0
2022-03-08 14:06:46 -08:00
Nathan Walker
9c6c84b107
chore: nx migrate latest ( #9709 )
2021-12-21 18:24:24 -08:00
Nathan Walker
59af23744b
chore: types-ios adjustment and types to use latest patch of each
2021-09-09 09:13:37 -07:00
Nathan Walker
8e7254281c
chore: types 8.1
2021-09-08 16:53:53 -07:00
Nathan Walker
f3333e09fe
chore(release): @nativescript/types@8.0.1
2021-04-21 15:34:28 -07:00
Nathan Walker
b72c4a3237
chore(release): @nativescript/types@8.0.0
2021-04-06 11:18:36 -07:00
Nathan Walker
7847c2fd35
chore(release): @nativescript/core@7.3.0
2021-02-27 13:30:51 -08:00
Nathan Walker
ebcc0e2cc0
feat(android): types for API Level 30 and cleanup ( #9219 )
...
API Level 30 is now included. Also the `native` namespace used for Android/Java typings no longer collides with integrations.
BREAKING CHANGE:
If you were using`native.Array` for any of your own custom plugin typings, you can switch them to `androidNative.Array`
BEFORE:
```
public writeAsync(path: string, bytes: native.Array<number>) ...
```
AFTER:
```
public writeAsync(path: string, bytes: androidNative.Array<number>) ...
```
2021-02-27 12:45:49 -08:00
Igor Randjelovic
946befe979
chore(release): @nativescript/types@7.2.0
2021-02-05 21:55:21 +01:00
Nathan Walker
e5a15bab36
chore(release): @nativescript/core@7.1.0
2020-12-30 10:31:35 -08:00
Nathan Walker
9ec1939233
chore(release): @nativescript/core@7.0.4, @nativescript/types@7.0.4, @nativescript/types-android@7.0.4, @nativescript/types-ios@7.0.4
2020-09-23 11:49:53 -07:00
Igor Randjelovic
b3e9339fc3
chore(release): @nativescript/core@7.0.3, @nativescript/types@7.0.3, @nativescript/types-android@7.0.3, @nativescript/types-ios@7.0.3
2020-09-12 18:48:45 +02:00
Nathan Walker
54cce4f20c
feat(core): nativescript.config and webpack updates ( #8801 )
2020-09-01 15:53:37 -07:00