@quenty/attributeutils 8.12.0 → 8.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [8.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/attributeutils@8.12.0...@quenty/attributeutils@8.13.0) (2023-04-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add RxAttributeUtils.observeAttributeBrio(instance, attributeName, condition) ([c96df61](https://github.com/Quenty/NevermoreEngine/commit/c96df61279d73594afedbd048f3eb1dd6ffb889a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [8.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/attributeutils@8.11.1...@quenty/attributeutils@8.12.0) (2023-04-10)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/attributeutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/attributeutils",
3
- "version": "8.12.0",
3
+ "version": "8.13.0",
4
4
  "description": "Provides utility functions to work with attributes in Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "3306212248c310731931ad45d8b86dc7247f2a5d"
39
+ "gitHead": "15d1274fffdaef706f849fd5dca2f14364c1264e"
40
40
  }
@@ -48,7 +48,7 @@ end
48
48
  Observes an attribute on an instance with a conditional statement.
49
49
  @param instance Instance
50
50
  @param attributeName string
51
- @param condition function
51
+ @param condition function | nil
52
52
  @return Observable<Brio<any>>
53
53
  ]=]
54
54
  function RxAttributeUtils.observeAttributeBrio(instance, attributeName, condition)