File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 been improved with much more detailed documentation output.
4747 ([ Louis Pilfold] ( https://github.com/lpil ) )
4848
49- - The build tool now emits errors for unknown fields in package config,
50- except for the ones under ` [tools] ` . For example, with this:
51-
52- ``` toml
53- name = " hello"
54- version = " 1.0.0"
55-
56- [tools .my-tool ]
57- my-awesome-setting = true
58- ```
59-
60- Building the project won't give any errors. But with this:
61-
62- ``` toml
63- name = " hello"
64- version = " 1.0.0"
65- my-awesome-setting = true
66- ```
67-
68- Building the project will emit an error.
69-
70- ([ Andrey Kozhev] ( https://github.com/ankddev ) )
71-
7249- When attempting to publish a package on Hex with an already taken name,
7350 the message is clearer.
7451 ([ vyacheslavhere] ( https://github.com/vyacheslavhere ) )
You can’t perform that action at this time.
0 commit comments