|
4 | 4 |
|
5 | 5 | ### Patch Changes |
6 | 6 |
|
7 | | -- ce1c182: Add better referer values for each package |
| 7 | +- ce1c182: Add better referrer values for each package |
8 | 8 |
|
9 | 9 | ## 0.6.2 |
10 | 10 |
|
11 | 11 | ### Patch Changes |
12 | 12 |
|
13 | | -- 9e8a5a4: Fix Unclaimed project Time-to-Live (TTL) |
| 13 | +- 9e8a5a4: Fix Unclaimed project Time-to-Live (TTL) |
14 | 14 |
|
15 | | - The actual TTL of an unclaimed branch is 72 hours |
| 15 | + The actual TTL of an unclaimed branch is 72 hours |
16 | 16 |
|
17 | 17 | ## 0.6.1 |
18 | 18 |
|
19 | 19 | ### Patch Changes |
20 | 20 |
|
21 | | -- 995ad06: Fix Neon domain and add keywords to `package.json` |
| 21 | +- 995ad06: Fix Neon domain and add keywords to `package.json` |
22 | 22 |
|
23 | 23 | ## 0.6.0 |
24 | 24 |
|
25 | 25 | ### Minor Changes |
26 | 26 |
|
27 | | -- b807e80: Adds validation to user input on file name and environment variable key. |
| 27 | +- b807e80: Adds validation to user input on file name and environment variable key. |
28 | 28 |
|
29 | | - | Option | Default | Description | Validation | |
30 | | - | ---------- | -------------- | ------------------------- | --------------------- | |
31 | | - | dotEnvFile | ".env" | Path to env file | letters and `.` | |
32 | | - | dotEnvKey | "DATABASE_URL" | Environment variable name | `SCREAMING_SNAKE_CASE | |
| 29 | + | Option | Default | Description | Validation | |
| 30 | + | ---------- | -------------- | ------------------------- | --------------------- | |
| 31 | + | dotEnvFile | ".env" | Path to env file | letters and `.` | |
| 32 | + | dotEnvKey | "DATABASE_URL" | Environment variable name | `SCREAMING_SNAKE_CASE | |
33 | 33 |
|
34 | | -- b807e80: Prevents creating a DB if flow is cancelled |
| 34 | +- b807e80: Prevents creating a DB if flow is cancelled |
35 | 35 |
|
36 | | - if the user aborts (CTRL+C), the CLI will not use the defaults and the process will be interrupted immediately. |
| 36 | + if the user aborts (CTRL+C), the CLI will not use the defaults and the process will be interrupted immediately. |
37 | 37 |
|
38 | 38 | ### Patch Changes |
39 | 39 |
|
40 | | -- 31cb6f4: Remove `refferer`, `provider`, and `region` from possible CLI arguments |
41 | | -- adbfcc9: Fix: prevent flags from being ignored |
| 40 | +- 31cb6f4: Remove `refferer`, `provider`, and `region` from possible CLI arguments |
| 41 | +- adbfcc9: Fix: prevent flags from being ignored |
42 | 42 |
|
43 | | - This release fixes a regression where `--env` and `--key` flags were being ignored and defaults would be used regardless. |
| 43 | + This release fixes a regression where `--env` and `--key` flags were being ignored and defaults would be used regardless. |
44 | 44 |
|
45 | 45 | ## 0.5.0 |
46 | 46 |
|
47 | 47 | ### Minor Changes |
48 | 48 |
|
49 | | -- e3482a6: Fixed new lines being added in the .env file |
| 49 | +- e3482a6: Fixed new lines being added in the .env file |
50 | 50 |
|
51 | 51 | ## 0.4.1 |
52 | 52 |
|
53 | 53 | ### Patch Changes |
54 | 54 |
|
55 | | -- 91c6b5f: Remove trailing whitespace from `.env` |
| 55 | +- 91c6b5f: Remove trailing whitespace from `.env` |
56 | 56 |
|
57 | 57 | ## 0.4.0 |
58 | 58 |
|
59 | 59 | ### Minor Changes |
60 | 60 |
|
61 | | -- e09a8c8: Improve logs |
| 61 | +- e09a8c8: Improve logs |
62 | 62 |
|
63 | | - - Generate better logs for the CLI. |
64 | | - - Add proper Claim URL to the `.env`. |
65 | | - - Remove excess tabs from the `.env` output. |
| 63 | + - Generate better logs for the CLI. |
| 64 | + - Add proper Claim URL to the `.env`. |
| 65 | + - Remove excess tabs from the `.env` output. |
66 | 66 |
|
67 | 67 | ## 0.3.1 |
68 | 68 |
|
69 | 69 | ### Patch Changes |
70 | 70 |
|
71 | | -- 11e28a5: Update endpoints |
| 71 | +- 11e28a5: Update endpoints |
72 | 72 |
|
73 | 73 | ## 0.3.0 |
74 | 74 |
|
75 | 75 | ### Minor Changes |
76 | 76 |
|
77 | | -- 05de2a7: Add `/sdk` export for `instantNeon` |
| 77 | +- 05de2a7: Add `/sdk` export for `instantNeon` |
78 | 78 |
|
79 | 79 | ## 0.2.1 |
80 | 80 |
|
81 | 81 | ### Patch Changes |
82 | 82 |
|
83 | | -- a0817d9: Append the defaults to the prompt messages. |
| 83 | +- a0817d9: Append the defaults to the prompt messages. |
0 commit comments