1.3.3에서 1.4.3까지의 통기 건조 모드
10367 단어 scoutges-old
묘사
1.3.3에서 1.4.3까지의 충돌dry-schema.릴리즈 노트
출처dry-schema's releases.
v1。4.3
보태다
- Pattern matching for
Dry::Schema::Result
objects (@flash-gordon)Try it with monads!schema = Dry::Schema::Params { required(:name).filled } case schema.('name' => 'John') in name: name # => 'John' end
- Shortcut for nested schemas in
value
andmaybe
macros (@waiting-for-dev)Dry::Schema.Params do required(:address).value(:hash) do required(:city).filled end end
고정했어
- Some keyword warnings that slipped into the previous release (@flash-gordon)
v1。4.2
고정했어
I18n
messages backend supports procs as text properly (issue #208) (@robhanlon22)I18n
messages backend supports message meta-data (issue #210) (@robhanlon22)- Fixed keyword warnings from MRI 2.7.0 (@flash-gordon)
- Array with a member works correctly with
maybe
(issue #206) (@solnic)v1。4.1
고정했어
- Child schemas no longer mutate processing steps of their parent classes (@skryukov)
v1。4
보태다
... (truncated)
Support for passing multiple parent schemas. They are inherited from left to right (@ianwhite)
변경 로그
출처dry-schema's changelog.
1.4.3 2020-01-08
보태다
- Pattern matching for
Dry::Schema::Result
objects (@flash-gordon)Try it with monads!schema = Dry::Schema::Params { required(:name).filled } case schema.('name' => 'John') in name: name # => 'John' end
- Shortcut for nested schemas in
value
andmaybe
macros (@waiting-for-dev)Dry::Schema.Params do required(:address).value(:hash) do required(:city).filled end end
고정했어
- Some keyword warnings that slipped into the previous release (@flash-gordon)
1.4.2 2019-12-19
고정했어
I18n
messages backend supports procs as text properly (issue #208) (@robhanlon22)I18n
messages backend supports message meta-data (issue #210) (@robhanlon22)- Fixed keyword warnings from MRI 2.7.0 (@flash-gordon)
- Array with a member works correctly with
maybe
(issue #206) (@solnic)1.4.1 2019-10-08
고정했어
- Child schemas no longer mutate processing steps of their parent classes (@skryukov)
1.4.0 2019-10-08
보태다
... (truncated)
언약
95c2cfa
업데이트 변경 로그8c02654
[devtools] 동기화 설정6f9ecf0
[devtools] 동기화 설정f0704cd
버전 1.4.37c68a2e
rspec 설정 최적화65b08db
건rb/모드 일치575763f
PM을 시트cfecc2b
업데이트 변경 로그a10ca7f
결과 패턴에 대한 지원 추가a5a9475
[devtools] 동기화 설정이 PR과의 충돌은 사용자가 직접 변경하지 않는 한 해결될 수 있습니다.주석
@dependabot rebase
을 사용하여 수동으로 재기준을 트리거할 수도 있습니다.신뢰성 명령 및 옵션
이 PR에 의견을 달면 Cortebot 작업을 트리거할 수 있습니다.
- "@relateot rebase"는 이 PR의 기초를 재설정합니다.
- "@relateot recreate"는 이 PR을 다시 만들고 편집한 내용을 덮어씁니다.
- "@cordenot merge"는 CI 전송 후 이 PR을 병합합니다.
- "@relateot squash and merge"는 CI 전송 후 이 PR을 누르고 병합합니다.
- "@Correlot cancel merge"는 이전에 요청한 병합을 취소하고 자동 병합을 차단합니다.
- 이 PR이 종료되면 @Correlot Recover에서 다시 열립니다.
- @CorrelotClose가 PR을 닫고 Correlott를 중지하고 다시 생성합니다.수동으로 닫아서 같은 결과를 얻을 수 있습니다
- "@corderot ignore this main version"은 이 PR을 닫고 Corderot가 이 주요 버전의 콘텐츠를 다시 만드는 것을 중지합니다. (PR을 다시 열거나 업그레이드하지 않는 한)
- "@corderot ignore this minor version"은 이 PR을 닫고 corderot가 이 minor version에 대해 더 많은 PR을 만드는 것을 중지합니다. (PR을 다시 열거나 PR로 업그레이드하지 않는 한)
- "@corderot ignore this dependency"는 이 PR을 닫고 이 의존항에 대한 corderot의 내용을 다시 만들지 않습니다(PR을 다시 열거나 PR로 업그레이드하지 않는 한)
- "@cordeot use this label"현재 태그를 재구매 프로토콜 및 언어의 미래 PRs 기본 태그로 설정
- "@cordenot use this reviewers"현재 검토자를 해당 재구매 계약 및 언어의 미래 PRs에 대한 기본 검토자로 설정
- "@corderiot use this assignees"는 현재 소유자를 재구매 프로토콜과 언어의 미래 PRs에 대한 기본값으로 설정합니다.
- "@cordeot use this milestone"은 현재 이정표를 재구매 계약 및 언어의 미래 PRs에 대한 기본 이정표로 설정
- "@Relateot badge me"는 자술한 파일에 "Relateot enabled"배지를 추가할 수 있도록 코드로 이 홍보에 대해 설명합니다.
또한 Correlot[대시보드]에서 다음을 설정할 수도 있습니다(https://app.dependabot.com):
- 업데이트 빈도(하루 중 시간과 일주일 중 날짜 포함)
- 끌어오기 요청 제한(업데이트가 실행될 때마다/또는 언제든지 열려 있음)
- 범위 밖의 업데이트(필요한 경우 잠금 파일 업데이트만 수신)
- 보안 업데이트(필요한 경우 보안 업데이트만 수신)
토론 #1
는 #57로 대체됩니다.Reference
이 문제에 관하여(1.3.3에서 1.4.3까지의 통기 건조 모드), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://github.com/francois/scoutges-old/issues/45텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)