Skip to content

Commit 38e5d69

Browse files
Merge pull request #25 from MaksymStoianov/release-please--branches--main--components--appsscript-utils
chore(main): release 1.6.0
2 parents 2a9f7e8 + 15e44ad commit 38e5d69

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.5.1...v1.6.0) (2025-10-11)
4+
5+
6+
### Features
7+
8+
* **appsscript/sheet:** Add extractRangeFromA1Notation utility function ([55f1c99](https://github.com/MaksymStoianov/appsscript-utils/commit/55f1c99cc606d6f852286909e0513ea6de221113))
9+
* **appsscript/sheet:** Add extractSheetNameFromA1Notation utility function ([6f9dd6f](https://github.com/MaksymStoianov/appsscript-utils/commit/6f9dd6fffbb5136918512ae0d1c13e82a6a56c50))
10+
* **appsscript/sheet:** Add parseA1Notations utility function ([c2ab5ef](https://github.com/MaksymStoianov/appsscript-utils/commit/c2ab5ef73772e89bdd3229e91be71b0b1e8853b5))
11+
* **appsscript/sheet:** Add parseA1Notations utility function ([cd4440c](https://github.com/MaksymStoianov/appsscript-utils/commit/cd4440c35d315c3c3933ca5406d219574ee096d2))
12+
* **appsscript/sheet:** Add updateSheetNameInA1Notation utility function ([9fec360](https://github.com/MaksymStoianov/appsscript-utils/commit/9fec3600b3fef467d502b8996141558ea7d9f384))
13+
* **appsscript/sheet:** Normalize parseA1Notation to exclude sheet name from a1Notation property ([1fea5a0](https://github.com/MaksymStoianov/appsscript-utils/commit/1fea5a07ebde235b3aed0748a1dacac8b9365ec5))
14+
15+
16+
### Bug Fixes
17+
18+
* **lang:** Improve string handling in isEmpty with 'strict' mode ([9ceb4e3](https://github.com/MaksymStoianov/appsscript-utils/commit/9ceb4e35b1c39e65f909e7eeab3769112e308d8a))
19+
320
## [1.5.1](https://github.com/MaksymStoianov/appsscript-utils/compare/v1.5.0...v1.5.1) (2025-09-09)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appsscript-utils",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Utilities and types for Google Apps Script development.",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)