Skip to content

Commit d9fb046

Browse files
committed
[2025-10-27] release: 0.3.0-alpha.3
1 parent 564e9d9 commit d9fb046

File tree

306 files changed

+1534
-1510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+1534
-1510
lines changed
240 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ and this project adheres to
1919
<!--CHANGELOG_NEW-->
2020

2121

22+
## **0.3.0-alpha.3** — 2025-10-27
23+
24+
Better sass logs & error handling!
25+
26+
### Added
27+
- Added custom sass logger functions in Stage_Compiler.sassAPI() via Stage_Compiler.sassLogger()
28+
- Added pathToProjectRoot option to compiler Sass args to aid in correcting stack path output
29+
30+
### Changed
31+
- Stage_Compiler now prompts before continuing if a sass warning is encountered during a packaging compile
32+
- Sass errors in build stages now only end process during packaging or release
33+
- Errors in Stage_Compiler.scssBulk are now caught & held until all files have compiled (then re-thrown)
34+
35+
2236
## **0.3.0-alpha.2** — 2025-10-27
2337

2438
Whoopsie. Forgot dependencies.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ children:
77
---
88

99
<!--README_HEADER-->
10-
# NPM Build Utilities @ 0.3.0-alpha.2.draft
10+
# NPM Build Utilities @ 0.3.0-alpha.3
1111
<!--/README_HEADER-->
1212

1313
<!--README_DESC-->
@@ -36,8 +36,8 @@ or
3636

3737
<!--README_INSTALL-->
3838
```bash
39-
npm i -D @maddimathon/build-utilities@0.3.0-alpha.2
40-
npm i -D github:maddimathon/build-utilities#0.3.0-alpha.2
39+
npm i -D @maddimathon/build-utilities@0.3.0-alpha.3
40+
npm i -D github:maddimathon/build-utilities#0.3.0-alpha.3
4141
```
4242
<!--/README_INSTALL-->
4343

demos/complete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--complete",
3-
"version": "0.3.0-alpha.2",
3+
"version": "0.3.0-alpha.3",
44

55
"files": [
66
"./dist/**/*",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
},
4242
"devDependencies": {
43-
"@maddimathon/build-utilities": "0.3.0-alpha.2"
43+
"@maddimathon/build-utilities": "0.3.0-alpha.3"
4444
},
4545

4646
"browserslist": [

demos/no-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--no-config",
3-
"version": "0.3.0-alpha.2",
3+
"version": "0.3.0-alpha.3",
44

55
"config": {
66
"title": "NPM Build Utilities No-config Demo"
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
},
4646
"devDependencies": {
47-
"@maddimathon/build-utilities": "0.3.0-alpha.2"
47+
"@maddimathon/build-utilities": "0.3.0-alpha.3"
4848
},
4949

5050
"browserslist": [

dist/js/bin/help.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
8+
* @maddimathon/build-utilities@0.3.0-alpha.3
99
* @license MIT
1010
*/
1111
import type { CLI } from '../types/index.js';

dist/js/bin/help.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
8+
* @maddimathon/build-utilities@0.3.0-alpha.3
99
* @license MIT
1010
*/
1111
export {};

dist/js/bin/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/lib/getConfig.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @packageDocumentation
55
*/
66
/*!
7-
* @maddimathon/build-utilities@0.3.0-alpha.2.draft
7+
* @maddimathon/build-utilities@0.3.0-alpha.3
88
* @license MIT
99
*/
1010
import type { CLI } from '../../types/index.js';

0 commit comments

Comments
 (0)