|
65 | 65 | and Erlang.
|
66 | 66 | ([LostKobrakai](https://github.com/lostkobrakai))
|
67 | 67 |
|
68 |
| -- HexDocs documentation of Gleam packages now uses the ExDocs search data model, |
69 |
| - allowing for global indexing of Gleam packages in HexDocs, and |
70 |
| - making Gleam packages discoverable through global search of HexDocs. |
71 |
| - ([Diemo Gebhardt](https://github.com/diemogebhardt)) |
72 |
| - |
73 |
| -- Improved the styling of constructor argument descriptions in the generated |
74 |
| - documentation. |
75 |
| - ([Mikko Ahlroth](https://git.ahlcode.fi/nicd)) |
76 |
| - |
77 |
| -- Allow users to set the `GLEAM_CACERTS_PATH` environment variable to specify a |
78 |
| - path to a directory containing CA certificates to install Hex packages. |
79 |
| - ([winstxnhdw](https://github.com/winstxnhdw)) |
80 |
| - |
81 | 68 | - On the JavaScript target, bit array expressions and patterns no longer need to
|
82 | 69 | be byte aligned, and the `bits` segment type is now supported in patterns.
|
83 | 70 | ([Richard Viney](https://github.com/richard-viney))
|
|
106 | 93 | `echo` debug printing left.
|
107 | 94 | ([Giacomo Cavalieri](https://github.com/giacomocavalieri))
|
108 | 95 |
|
| 96 | +- HexDocs documentation of Gleam packages now uses the ExDocs search data model, |
| 97 | + allowing for global indexing of Gleam packages in HexDocs, and |
| 98 | + making Gleam packages discoverable through global search of HexDocs. |
| 99 | + ([Diemo Gebhardt](https://github.com/diemogebhardt)) |
| 100 | + |
| 101 | +- Improved the styling of constructor argument descriptions in the generated |
| 102 | + documentation. |
| 103 | + ([Mikko Ahlroth](https://git.ahlcode.fi/nicd)) |
| 104 | + |
| 105 | +- Allow users to set the `GLEAM_CACERTS_PATH` environment variable to specify a |
| 106 | + path to a directory containing CA certificates to install Hex packages. |
| 107 | + ([winstxnhdw](https://github.com/winstxnhdw)) |
| 108 | + |
109 | 109 | ### Language server
|
110 | 110 |
|
111 | 111 | - The language server now has the ability to jump to the type definition of any
|
|
0 commit comments