@unimodules/core
Advanced tools
Comparing version 5.5.1 to 6.0.0
@@ -11,4 +11,8 @@ # Changelog | ||
## 5.5.1 — 2020-10-02 | ||
## 6.0.0 — 2020-11-17 | ||
### 🛠 Breaking changes | ||
- Removed `org.unimodules.core.InvalidArgumentException`. Please use its coded version, `org.unimodules.core.errors.InvalidArgumentException`, instead. ([#9961](https://github.com/expo/expo/pull/9961) by [@sjchmiela](https://github.com/sjchmiela)) | ||
### 🐛 Bug fixes | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "@unimodules/core", | ||
"version": "5.5.1", | ||
"version": "6.0.0", | ||
"description": "Universal modules core", | ||
@@ -22,3 +22,4 @@ "main": "build/index.js", | ||
"type": "git", | ||
"url": "https://github.com/expo/expo.git" | ||
"url": "https://github.com/expo/expo.git", | ||
"directory": "packages/@unimodules/core" | ||
}, | ||
@@ -40,3 +41,3 @@ "bugs": { | ||
}, | ||
"gitHead": "f4b84a13bad8ee1e16e43c80ee2410e7e8354eca" | ||
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651" | ||
} |
@@ -51,3 +51,3 @@ # @unimodules/core | ||
- **Native code** — iOS/Android native code. | ||
- **Client code** — code _over the bridge_, for React Native it would be the JavaScript app, for Flutter it would be Flutter code. | ||
- **Client code** — code _over the bridge_, for React Native it's the JavaScript app. | ||
- **Internal module** — a class implementing `UMInternalModule`/`org.unimodules.interfaces.InternalModule` interface. Its instance can be exposed internally to other modules via *Module Registry* (how dependants reference modules differs between platforms). | ||
@@ -54,0 +54,0 @@ - **Module interface** — an interface that should be implemented by the dependency so it can act as an implementation of it. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
118293
89
1255