Skip to content

Commit 59c58a0

Browse files
committed
Added 4.1.1 changelog
1 parent 5b978a9 commit 59c58a0

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
4.1.1
2+
==
3+
4+
## What's New
5+
6+
- [Add support for java.nio.HeapByteBuffer to ArrayBuffer conversion(#1060)](https://github.com/NativeScript/android-runtime/issues/1060)
7+
- [Upgrade Gradle version (wrapper and plugin) to latest(#1054)](https://github.com/NativeScript/android-runtime/issues/1054)
8+
- [Accessing Native Packages starting with 'in'(#1046)](https://github.com/NativeScript/android-runtime/issues/1046)
9+
- [tns-android 4.0.1: undefined objects are dumped with console.log making the log unreadable(#1026)](https://github.com/NativeScript/android-runtime/issues/1026)
10+
- [Support new gradle dependency configuration(#993)](https://github.com/NativeScript/android-runtime/issues/993)
11+
- [new Date() does not work as expected after time zone change(#961)](https://github.com/NativeScript/android-runtime/issues/961)
12+
- [Update V8 to latest stable version(#808)](https://github.com/NativeScript/android-runtime/issues/808)
13+
- [Checking if java class implements java interface(#739)](https://github.com/NativeScript/android-runtime/issues/739)
14+
- [How to disable console.logs in release builds(#1024)](https://github.com/NativeScript/android-runtime/issues/1024)
15+
16+
## Bug Fixes
17+
18+
- [Calling java method with incorrect params crashes with a JNI exception (#844)](https://github.com/NativeScript/android-runtime/issues/844)
19+
- [Chrome DevTools: App crashes after adding new view element(#1051)](https://github.com/NativeScript/android-runtime/issues/1051)
20+
- [Extraneous classes generated by SBG are not cleaned on rebuild(#904)](https://github.com/NativeScript/android-runtime/issues/904)
21+
- [Source files have different roots, while using debug command(896)](https://github.com/NativeScript/android-runtime/issues/896)
22+
123
4.0.1
224
==
325

@@ -107,7 +129,7 @@
107129
## Bug Fixes
108130

109131
- [Javascript array not marshalling to Java long[] properly (#696)](https://github.com/NativeScript/android-runtime/issues/696)
110-
132+
111133
2.5.0-RC
112134
==
113135

@@ -206,7 +228,7 @@
206228
- [Add support for caching already compiled JS code](https://github.com/NativeScript/android-runtime/issues/257)
207229
- [Additional Intents Crashes app](https://github.com/NativeScript/android-runtime/issues/218)
208230
- [Enable Multidex support](https://github.com/NativeScript/android-runtime/issues/344)
209-
231+
210232
## Bug Fixes
211233

212234
- [Wrong object lifecycle management (#382)](https://github.com/NativeScript/android-runtime/issues/382)
@@ -288,7 +310,7 @@
288310
- [Improved error handling](https://github.com/NativeScript/android-runtime/issues/221)
289311
- Use Gradle Wrapper
290312
- Use V8 code cache (experimental)
291-
313+
292314
## Bug Fixes
293315

294316
- Proper handling of HTTP 401 status code
@@ -381,7 +403,7 @@
381403
- [Optimize Strings marshaling between Java and V8 (#160)](https://github.com/NativeScript/android-runtime/issues/160)
382404
- [Improve required module loading (#156)](https://github.com/NativeScript/android-runtime/issues/156)
383405
- [Improve JNI String marshalling (#126)](https://github.com/NativeScript/android-runtime/issues/126)
384-
- [Cache folder-as-module resolved path (#121)](https://github.com/NativeScript/android-runtime/issues/121)
406+
- [Cache folder-as-module resolved path (#121)](https://github.com/NativeScript/android-runtime/issues/121)
385407

386408

387409
## 1.1.0 (2015, June 10)

0 commit comments

Comments
 (0)